We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d64394 commit 10f3fe6Copy full SHA for 10f3fe6
src/ci/run.sh
@@ -39,6 +39,8 @@ fi
39
40
if [ "$DIST_PARALLEL_COMPILER" != "" ]; then
41
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.parallel-compiler"
42
+else
43
+ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.parallel-compiler"
44
fi
45
46
# If we're deploying artifacts then we set the release channel, otherwise if
0 commit comments