Skip to content

Commit a582389

Browse files
Jakub Konkakubkon
Jakub Konka
authored andcommitted
Disable Emscripten job
This commit disables the Emscripten CI job until a regression in rustc for `wasm32-unknown-emscripten` target is fixed. Tracking issue: [rust-lang/rust 66308](rust-lang/rust#66308).
1 parent ed3b5b6 commit a582389

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,17 @@ jobs:
109109
110110
# Install wasm32-unknown-emscripten target, and ensure `crates/wasi-common`
111111
# compiles to Emscripten.
112-
emscripten:
113-
name: Emscripten
114-
runs-on: ubuntu-latest
115-
steps:
116-
- uses: actions/checkout@v1
117-
with:
118-
submodules: true
119-
- uses: ./.github/actions/install-rust
120-
- run: rustup target add wasm32-unknown-emscripten
121-
- run: cargo build --target wasm32-unknown-emscripten -p wasi-common
112+
# TODO enable once rust-lang/rust#66308 is fixed
113+
# emscripten:
114+
# name: Emscripten
115+
# runs-on: ubuntu-latest
116+
# steps:
117+
# - uses: actions/checkout@v1
118+
# with:
119+
# submodules: true
120+
# - uses: ./.github/actions/install-rust
121+
# - run: rustup target add wasm32-unknown-emscripten
122+
# - run: cargo build --target wasm32-unknown-emscripten -p wasi-common
122123

123124
# Perform all tests (debug mode) for `wasmtime`. This runs stable/beta/nightly
124125
# channels of Rust as well as macOS/Linux/Windows.

0 commit comments

Comments
 (0)