We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff7d9b commit 709eaa1Copy full SHA for 709eaa1
src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile
@@ -54,4 +54,6 @@ ENV RUST_CONFIGURE_ARGS \
54
55
ENV SCRIPT \
56
python3 ../x.py --stage 2 build && \
57
- python3 ../x.py --stage 2 test tests/run-make
+ python3 ../x.py --stage 2 test \
58
+ tests/run-make/cross-lang-lto-riscv-abi \
59
+ tests/run-make/issue-84395-lto-embed-bitcode
0 commit comments