We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf55593 commit ca097f6Copy full SHA for ca097f6
1 file changed
src/ci/run.sh
@@ -58,6 +58,11 @@ if [ "$FORCE_CI_RUSTC" == "" ]; then
58
DISABLE_CI_RUSTC_IF_INCOMPATIBLE=1
59
fi
60
61
+if [[ "$RUST_CONFIGURE_ARGS" == *"rust.codegen-backends"* ]]; then
62
+ echo "error: Please specify codegen backends using the CODEGEN_BACKENDS environment variable, not via RUST_CONFIGURE_ARGS."
63
+ exit 1
64
+fi
65
+
66
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
67
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.metrics"
68
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-verbose-configure"
0 commit comments