diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2024-12-11 11:29:18 +0100 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2024-12-11 11:29:18 +0100 |
| commit | abd8352de7c36fec2ee11ff856bae96ab408b06c (patch) | |
| tree | 5d3bd721d01d7661a589d6d07db2dfaab350845a /src/ci/docker/scripts | |
| parent | 84ba41dcd81ad838b8aed6e1f183adf3bec66167 (diff) | |
| download | rust-abd8352de7c36fec2ee11ff856bae96ab408b06c.tar.gz rust-abd8352de7c36fec2ee11ff856bae96ab408b06c.zip | |
restore command
Diffstat (limited to 'src/ci/docker/scripts')
| -rwxr-xr-x | src/ci/docker/scripts/x86_64-gnu-llvm.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ci/docker/scripts/x86_64-gnu-llvm.sh b/src/ci/docker/scripts/x86_64-gnu-llvm.sh index 22ab93c3764..dea38b6fd2a 100755 --- a/src/ci/docker/scripts/x86_64-gnu-llvm.sh +++ b/src/ci/docker/scripts/x86_64-gnu-llvm.sh @@ -39,6 +39,9 @@ if [[ -z "${PR_CI_JOB}" ]]; then library/std library/alloc library/core fi +# NOTE: intentionally uses all of `x.py`, `x`, and `x.ps1` to make sure they all work on Linux. +../x.py --stage 2 test --skip src/tools/tidy + # Run the `mir-opt` tests again but this time for a 32-bit target. # This enforces that tests using `// EMIT_MIR_FOR_EACH_BIT_WIDTH` have # both 32-bit and 64-bit outputs updated by the PR author, before |
