Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ ENV RUST_CONFIGURE_ARGS \
--enable-compiler-docs \
--set llvm.libzstd=true

# Compile each test sequentially to achieve max thread utilization by a single rustc process
ENV RUST_TEST_THREADS 1

# Build the toolchain with multiple parallel frontend threads and then run tests
# Tests are still compiled serially at the moment (intended to be changed in follow-ups).
ENV SCRIPT python3 ../x.py --stage 2 test --set rust.parallel-frontend-threads=4
ENV SCRIPT python3 ../x.py --stage 2 test --set rust.parallel-frontend-threads=4 "--" --parallel-frontend-threads=4 --iteration-count=2
Loading