diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2024-03-30 08:16:03 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2024-03-30 08:16:03 -0400 |
| commit | 92be47bef5e1f35cd84097f4bca5170e9d05dbcd (patch) | |
| tree | 3a05fc48d594a1540e0908a006f4b00fee7dcf3a | |
| parent | 03f299bce00001fa0e1841af5db1c6fc5472a0b6 (diff) | |
| download | rust-92be47bef5e1f35cd84097f4bca5170e9d05dbcd.tar.gz rust-92be47bef5e1f35cd84097f4bca5170e9d05dbcd.zip | |
Add back y.sh to run stdarch tests
| -rw-r--r-- | .github/workflows/stdarch.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stdarch.yml b/.github/workflows/stdarch.yml index dc52c94376c..e285e9119f7 100644 --- a/.github/workflows/stdarch.yml +++ b/.github/workflows/stdarch.yml @@ -89,10 +89,10 @@ jobs: - name: Run stdarch tests if: ${{ !matrix.cargo_runner }} run: | - CHANNEL=release TARGET=x86_64-unknown-linux-gnu CG_RUSTFLAGS="-Ainternal_features" cargo test --manifest-path build/build_sysroot/sysroot_src/library/stdarch/Cargo.toml + CHANNEL=release TARGET=x86_64-unknown-linux-gnu CG_RUSTFLAGS="-Ainternal_features" ./y.sh cargo test --manifest-path build/build_sysroot/sysroot_src/library/stdarch/Cargo.toml - name: Run stdarch tests if: ${{ matrix.cargo_runner }} run: | # FIXME: these tests fail when the sysroot is compiled with LTO because of a missing symbol in proc-macro. - STDARCH_TEST_EVERYTHING=1 CHANNEL=release CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="${{ matrix.cargo_runner }}" TARGET=x86_64-unknown-linux-gnu CG_RUSTFLAGS="-Ainternal_features" cargo test --manifest-path build/build_sysroot/sysroot_src/library/stdarch/Cargo.toml -- --skip rtm --skip tbm --skip sse4a + STDARCH_TEST_EVERYTHING=1 CHANNEL=release CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="${{ matrix.cargo_runner }}" TARGET=x86_64-unknown-linux-gnu CG_RUSTFLAGS="-Ainternal_features" ./y.sh cargo test --manifest-path build/build_sysroot/sysroot_src/library/stdarch/Cargo.toml -- --skip rtm --skip tbm --skip sse4a |
