mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
feat: Added x86 to CI pipeline
This commit is contained in:
@@ -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
Reference in New Issue
Block a user