Skip to content

Commit b1726c2

Browse files
committed
Removes excess x86_64 test runs
1 parent a32c9cd commit b1726c2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ci/run.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,6 @@ fi
9595

9696
# Test targets compiled with extra features.
9797
case ${TARGET} in
98-
x86_64-unknown-linux-gnu)
99-
export STDARCH_DISABLE_ASSERT_INSTR=1
100-
101-
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+avx"
102-
cargo_test
103-
104-
export RUSTFLAGS="${RUSTFLAGS} -C target-feature=+avx512f"
105-
cargo_test
106-
;;
10798
x86_64* | i686*)
10899
export STDARCH_DISABLE_ASSERT_INSTR=1
109100

0 commit comments

Comments
 (0)