Skip to content

Commit 4556037

Browse files
committed
use the best compression profile in CI
1 parent 0a1b983 commit 4556037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
5858
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-locked-deps"
5959
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-cargo-native-static"
6060
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.codegen-units-std=1"
61+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set dist.compression-profile=best"
6162

6263
# Only produce xz tarballs on CI. gz tarballs will be generated by the release
6364
# process by recompressing the existing xz ones. This decreases the storage

0 commit comments

Comments
 (0)