Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Noratrieb authored Feb 27, 2025
1 parent c96ac72 commit 64ae382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch
fi

RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-verbose-configure"
if [ -n $DISABLE_SCCACHE ];
if [ -n $DISABLE_SCCACHE ]; then
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-sccache"
fi
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
Expand Down

0 comments on commit 64ae382

Please sign in to comment.