We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3591a12 commit 42a9898Copy full SHA for 42a9898
src/ci/run.sh
@@ -53,6 +53,7 @@ if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch
53
HAS_METRICS=1
54
fi
55
56
+RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-verbose-configure"
57
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-sccache"
58
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
59
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-locked-deps"
0 commit comments