File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,18 @@ matrix:
53
53
- wasm-pack test --firefox --headless crates/core_simd
54
54
- wasm-pack test --firefox --headless crates/core_simd --release
55
55
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
67
68
68
69
script :
69
70
- echo "## Requested target configuration (RUSTFLAGS=$RUSTFLAGS)"
You can’t perform that action at this time.
0 commit comments