Skip to content

Commit

Permalink
CI: use rust.debug-assertions = false for x86_64-gnu-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Nov 17, 2024
1 parent 10e9fe2 commit 5269c84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ ENV PATH="/node/bin:${PATH}"
COPY host-x86_64/x86_64-gnu-tools/browser-ui-test.version /tmp/

ENV RUST_CONFIGURE_ARGS \
# NOTE(jieyouxu): currently rustc alt builds do *not* have rustc debug
# assertions enabled! Since this job apparently needs to force CI rustc, then
# we cannot set rustc debug assertions to `true`.
--set rust.debug-assertions=false \
--build=x86_64-unknown-linux-gnu \
--save-toolstates=/tmp/toolstate/toolstates.json \
--enable-new-symbol-mangling
Expand Down

0 comments on commit 5269c84

Please sign in to comment.