We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f9b0c commit ce127e1Copy full SHA for ce127e1
src/ci/run.sh
@@ -103,6 +103,11 @@ if [ "$DEPLOY$DEPLOY_ALT" = "1" ]; then
103
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-assertions"
104
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.verify-llvm-ir"
105
fi
106
+
107
+ if [ "$DOWNLOAD_RUSTC" = 1 ]; then
108
+ echo "error: DOWNLOAD_RUSTC should not be set in dist builders!" >&2
109
+ exit 1
110
+ fi
111
else
112
# We almost always want debug assertions enabled, but sometimes this takes too
113
# long for too little benefit, so we just turn them off.
0 commit comments