diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2025-05-14 04:59:02 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2025-05-14 05:18:17 -0400 |
| commit | f38d6d0a8fdeee797a6e32a04bd0895bc4f7b322 (patch) | |
| tree | bf0b81ecb858ff69f0b84a0aff181ed1e4ace229 | |
| parent | 44af0a8b6c7be8bc9411ec8539729cf94f2b1a20 (diff) | |
| download | rust-f38d6d0a8fdeee797a6e32a04bd0895bc4f7b322.tar.gz rust-f38d6d0a8fdeee797a6e32a04bd0895bc4f7b322.zip | |
Fix for xsave test on Intel SDE
| -rw-r--r-- | .github/workflows/stdarch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stdarch.yml b/.github/workflows/stdarch.yml index 0d92a6a37ff..f26ac3b755f 100644 --- a/.github/workflows/stdarch.yml +++ b/.github/workflows/stdarch.yml @@ -102,7 +102,7 @@ jobs: run: | # FIXME: these tests fail when the sysroot is compiled with LTO because of a missing symbol in proc-macro. # TODO: remove --skip test_tile_ when it's implemented. - 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 --cfg stdarch_intel_sde" ./y.sh cargo test --manifest-path build/build_sysroot/sysroot_src/library/stdarch/Cargo.toml -- --skip rtm --skip tbm --skip sse4a --skip test_tile_ + STDARCH_TEST_SKIP_FUNCTION="xsave,xsaveopt,xsave64,xsaveopt64" 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 --skip test_tile_ # Summary job for the merge queue. # ALL THE PREVIOUS JOBS NEED TO BE ADDED TO THE `needs` SECTION OF THIS JOB! |
