Skip to content

Commit

Permalink
disabled asmjs-unknown-emscripten, see cross-rs#634
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Feb 6, 2022
1 parent 0a5ba92 commit 3372831
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,12 @@ jobs:
# cpp: 1
# dylib: 1
# std: 1
- target: asmjs-unknown-emscripten
toolchain: 1.58.1
os: ubuntu-latest
std: 1
run: 1
# Disabled, see #634
#- target: asmjs-unknown-emscripten
# toolchain: 1.58.1
# os: ubuntu-latest
# std: 1
# run: 1
# `cargo run` fails with an assertion error (https://github.com/rust-lang/cargo/issues/4689) on `wasm32-unknown-emscripten`.
- target: wasm32-unknown-emscripten
toolchain: 1.58.1
Expand Down

0 comments on commit 3372831

Please sign in to comment.