Skip to content

Commit 81c9633

Browse files
Drop wasm SIMD tests
1 parent 894062f commit 81c9633

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.travis.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,18 @@ matrix:
5353
- wasm-pack test --firefox --headless crates/core_simd
5454
- wasm-pack test --firefox --headless crates/core_simd --release
5555

56-
- name: "wasm32-unknown-unknown+simd128 (firefox)"
57-
os: linux
58-
arch: amd64
59-
addons:
60-
firefox: latest-nightly
61-
install:
62-
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
63-
script:
64-
- export RUSTFLAGS="-C target-feature=+simd128"
65-
- wasm-pack test --firefox --headless crates/core_simd
66-
- wasm-pack test --firefox --headless crates/core_simd --release
56+
# FIXME: See https://github.com/rust-lang/stdsimd/issues/92
57+
# - name: "wasm32-unknown-unknown+simd128 (firefox)"
58+
# os: linux
59+
# arch: amd64
60+
# addons:
61+
# firefox: latest-nightly
62+
# install:
63+
# - curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
64+
# script:
65+
# - export RUSTFLAGS="-C target-feature=+simd128"
66+
# - wasm-pack test --firefox --headless crates/core_simd
67+
# - wasm-pack test --firefox --headless crates/core_simd --release
6768

6869
script:
6970
- echo "## Requested target configuration (RUSTFLAGS=$RUSTFLAGS)"

0 commit comments

Comments
 (0)