Skip to content

Commit 54eaf55

Browse files
author
Jakub Konka
committed
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 086ff63 commit 54eaf55

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
@@ -91,16 +91,17 @@ jobs:
9191

9292
# Install wasm32-unknown-emscripten target, and ensure `crates/wasi-common`
9393
# compiles to Emscripten.
94-
emscripten:
95-
name: Emscripten
96-
runs-on: ubuntu-latest
97-
steps:
98-
- uses: actions/checkout@v1
99-
with:
100-
submodules: true
101-
- uses: ./.github/actions/install-rust
102-
- run: rustup target add wasm32-unknown-emscripten
103-
- run: cargo build --target wasm32-unknown-emscripten -p wasi-common
94+
# TODO enable once rust-lang/rust#66308 is fixed
95+
# emscripten:
96+
# name: Emscripten
97+
# runs-on: ubuntu-latest
98+
# steps:
99+
# - uses: actions/checkout@v1
100+
# with:
101+
# submodules: true
102+
# - uses: ./.github/actions/install-rust
103+
# - run: rustup target add wasm32-unknown-emscripten
104+
# - run: cargo build --target wasm32-unknown-emscripten -p wasi-common
104105

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

0 commit comments

Comments
 (0)