File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff 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
6869script :
6970 - echo "## Requested target configuration (RUSTFLAGS=$RUSTFLAGS)"
You can’t perform that action at this time.
0 commit comments