We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ae382 commit d5ed5e6Copy full SHA for d5ed5e6
src/ci/run.sh
@@ -62,7 +62,7 @@ if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch
62
fi
63
64
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-verbose-configure"
65
-if [ -n $DISABLE_SCCACHE ]; then
+if [ -z "$DISABLE_SCCACHE" ]; then
66
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-sccache"
67
68
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
0 commit comments