File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -137,14 +137,15 @@ function extended_sysroot_tests() {
137
137
fi
138
138
popd
139
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
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
148
149
}
149
150
150
151
case " $1 " in
You can’t perform that action at this time.
0 commit comments