We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust.debug-assertions = false
x86_64-gnu-tools
1 parent 10e9fe2 commit 5269c84Copy full SHA for 5269c84
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
@@ -79,6 +79,10 @@ ENV PATH="/node/bin:${PATH}"
79
COPY host-x86_64/x86_64-gnu-tools/browser-ui-test.version /tmp/
80
81
ENV RUST_CONFIGURE_ARGS \
82
+ # NOTE(jieyouxu): currently rustc alt builds do *not* have rustc debug
83
+ # assertions enabled! Since this job apparently needs to force CI rustc, then
84
+ # we cannot set rustc debug assertions to `true`.
85
+ --set rust.debug-assertions=false \
86
--build=x86_64-unknown-linux-gnu \
87
--save-toolstates=/tmp/toolstate/toolstates.json \
88
--enable-new-symbol-mangling
0 commit comments