Disable protable-simd tests

Portable-simd doesn't compile on latest nightly
This commit is contained in:
bjorn3 2021-09-01 15:06:25 +02:00
parent 66ccff19b8
commit 33b62ae3f3

View File

@ -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