Skip to content

Commit

Permalink
fix: build: really make macos compatible (#8853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Jun 14, 2022
1 parent a4dbeeb commit e9157e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/actors/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sha256sum -c -- *.sha256
echo "Packing..."

rm -f -- "$TARGET_FILE"
tar -cf "$TARGET_FILE" -I "zstd -19" -- *.car
tar -cf "$TARGET_FILE" --use-compress-program "zstd -19" -- *.car
popd

echo "Generating metadata..."
Expand Down

0 comments on commit e9157e9

Please sign in to comment.