We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32c9cd commit b1726c2Copy full SHA for b1726c2
1 file changed
ci/run.sh
@@ -95,15 +95,6 @@ fi
95
96
# Test targets compiled with extra features.
97
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
106
- ;;
107
x86_64* | i686*)
108
export STDARCH_DISABLE_ASSERT_INSTR=1
109
0 commit comments