mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 14:07:04 +00:00
Disable protable-simd tests
Portable-simd doesn't compile on latest nightly
This commit is contained in:
parent
66ccff19b8
commit
33b62ae3f3
@ -137,14 +137,15 @@ function extended_sysroot_tests() {
|
||||
fi
|
||||
popd
|
||||
|
||||
pushd portable-simd
|
||||
echo "[TEST] rust-lang/portable-simd"
|
||||
../build/cargo clean
|
||||
../build/cargo build --all-targets --target $TARGET_TRIPLE
|
||||
if [[ "$HOST_TRIPLE" = "$TARGET_TRIPLE" ]]; then
|
||||
../build/cargo test -q
|
||||
fi
|
||||
popd
|
||||
# FIXME(rust-lang/portable-simd#156) portable-simd doesn't compile with latest nightly
|
||||
#pushd portable-simd
|
||||
#echo "[TEST] rust-lang/portable-simd"
|
||||
#../build/cargo clean
|
||||
#../build/cargo build --all-targets --target $TARGET_TRIPLE
|
||||
#if [[ "$HOST_TRIPLE" = "$TARGET_TRIPLE" ]]; then
|
||||
# ../build/cargo test -q
|
||||
#fi
|
||||
#popd
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
|
Loading…
Reference in New Issue
Block a user