Skip to content

Commit 33b62ae

Browse files
committed
Disable protable-simd tests
Portable-simd doesn't compile on latest nightly
1 parent 66ccff1 commit 33b62ae

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

scripts/tests.sh

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,15 @@ function extended_sysroot_tests() {
137137
fi
138138
popd
139139

140-
pushd portable-simd
141-
echo "[TEST] rust-lang/portable-simd"
142-
../build/cargo clean
143-
../build/cargo build --all-targets --target $TARGET_TRIPLE
144-
if [[ "$HOST_TRIPLE" = "$TARGET_TRIPLE" ]]; then
145-
../build/cargo test -q
146-
fi
147-
popd
140+
# FIXME(rust-lang/portable-simd#156) portable-simd doesn't compile with latest nightly
141+
#pushd portable-simd
142+
#echo "[TEST] rust-lang/portable-simd"
143+
#../build/cargo clean
144+
#../build/cargo build --all-targets --target $TARGET_TRIPLE
145+
#if [[ "$HOST_TRIPLE" = "$TARGET_TRIPLE" ]]; then
146+
# ../build/cargo test -q
147+
#fi
148+
#popd
148149
}
149150

150151
case "$1" in

0 commit comments

Comments
 (0)