Skip to content

Commit 10f3fe6

Browse files
committed
temporarily always build parallel compilers
1 parent 7d64394 commit 10f3fe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/run.sh

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ fi
3939

4040
if [ "$DIST_PARALLEL_COMPILER" != "" ]; then
4141
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.parallel-compiler"
42+
else
43+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.parallel-compiler"
4244
fi
4345

4446
# If we're deploying artifacts then we set the release channel, otherwise if

0 commit comments

Comments
 (0)