not tarring

This commit is contained in:
2024-11-06 15:46:07 +02:00
parent 77128e14c9
commit 2305f1030e
2 changed files with 5 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ binary blobs. [Forum post goes with this][1].
Clone zig and prune binary files from history:
```
$ git clone --reference zig --dissociate https://github.com/ziglang/zig zig-nobinaries
$ git clone https://github.com/ziglang/zig zig-nobinaries
$ cd zig-nobinaries
$ git filter-repo --prune-empty=never --prune-degenerate never --invert-paths --path-glob 'stage1/zig1.wasm*' --path stage1/zig1.c
```