feat: Added x86 to CI pipeline

This commit is contained in:
Madhav Madhusoodanan 2025-08-05 21:45:22 +05:30
parent 6264634a73
commit 223bb3c24b
2 changed files with 158425 additions and 0 deletions

View file

@ -90,6 +90,9 @@ fi
# Test targets compiled with extra features.
case ${TARGET} in
x86_64-unknown-linux-gnu)
TEST_CPPFLAGS="-fuse-ld=lld -I/usr/include/x86_64-linux-gnu/"
TEST_CXX_COMPILER="clang++-19"
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
export STDARCH_DISABLE_ASSERT_INSTR=1
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+avx"

File diff suppressed because it is too large Load diff