Skip to content

Commit f58777f

Browse files
feat: added exclusion list to intrinsic-test CI pipeline
1 parent c57e9a2 commit f58777f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ case ${TARGET} in
9393
TEST_CPPFLAGS="-fuse-ld=lld -I/usr/include/x86_64-linux-gnu/"
9494
TEST_CXX_COMPILER="clang++-19"
9595
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
96+
TEST_SKIP_INTRINSICS=crates/intrinsic-test/missing_x86.txt
9697
export STDARCH_DISABLE_ASSERT_INSTR=1
9798

9899
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+avx"

0 commit comments

Comments
 (0)