Skip to content

Commit

Permalink
Shrink vendor bundle a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 13, 2024
1 parent a048ab3 commit ce42441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/myrustlib/vendor-update.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
rm -Rf vendor vendor.tar.xz
cargo vendor
rm -Rf vendor/windows_x86_64_gnullvm/lib/* vendor/windows_*_msvc/lib/* vendor/windows_i686*/lib/*
rm -Rf vendor/winapi-i686-pc-windows-gnu/lib/*.a
XZ_OPT=-9 tar -cJ --no-xattrs -f vendor.tar.xz vendor
rm -Rf vendor

0 comments on commit ce42441

Please sign in to comment.