We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9b8c1 commit 56c7eb6Copy full SHA for 56c7eb6
src/ci/run.sh
@@ -85,6 +85,10 @@ fi
85
# space required for CI artifacts.
86
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --dist-compression-formats=xz"
87
88
+if [ "$EXTERNAL_LLVM" = "1" ]; then
89
+ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.lld=false"
90
+fi
91
+
92
# Enable the `c` feature for compiler_builtins, but only when the `compiler-rt` source is available
93
# (to avoid spending a lot of time cloning llvm)
94
if [ "$EXTERNAL_LLVM" = "" ]; then
0 commit comments