Skip to content

Commit 5269c84

Browse files
committed
CI: use rust.debug-assertions = false for x86_64-gnu-tools
1 parent 10e9fe2 commit 5269c84

File tree

1 file changed

+4
-0
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-tools

1 file changed

+4
-0
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ ENV PATH="/node/bin:${PATH}"
7979
COPY host-x86_64/x86_64-gnu-tools/browser-ui-test.version /tmp/
8080

8181
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 \
8286
--build=x86_64-unknown-linux-gnu \
8387
--save-toolstates=/tmp/toolstate/toolstates.json \
8488
--enable-new-symbol-mangling

0 commit comments

Comments
 (0)