We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ccff1 commit 33b62aeCopy full SHA for 33b62ae
1 file changed
scripts/tests.sh
@@ -137,14 +137,15 @@ function extended_sysroot_tests() {
137
fi
138
popd
139
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
+ # 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
148
+ #popd
149
}
150
151
case "$1" in
0 commit comments