Skip to content

Commit 046ad66

Browse files
snev68sunfishcode
authored andcommitted
wasm32-unknown-emscripten too.
1 parent 2f005dc commit 046ad66

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
# i686-pc-windows-msvc, and i686-pc-windows-gnu for now, since async-std
4545
# doesn't currently support cross-compiling to Windows.
4646
#
47-
# Also disable x86_64-fuchsia, since async-std doesn't currently compile
48-
# on it.
47+
# Also disable x86_64-fuchsia and wasm32-unknown-emscripten, since
48+
# async-std doesn't currently cross-compile on them.
4949
- run: >
5050
rustup target add
5151
x86_64-unknown-linux-musl
@@ -56,7 +56,6 @@ jobs:
5656
x86_64-unknown-netbsd
5757
i686-unknown-linux-gnu
5858
i686-unknown-linux-musl
59-
wasm32-unknown-emscripten
6059
- run: cargo check --workspace --bins --examples --tests --features=fs_utf8 --release -vv
6160
- run: cargo check --workspace --bins --examples --tests --features=fs_utf8 --release -vv --target=x86_64-unknown-linux-musl
6261
- run: cargo check --workspace --bins --examples --tests --features=fs_utf8 --release -vv --target=x86_64-unknown-linux-gnux32
@@ -66,7 +65,6 @@ jobs:
6665
- run: cargo check --workspace --bins --examples --tests --features=fs_utf8 --release -vv --target=x86_64-unknown-netbsd
6766
- run: cargo check --workspace --bins --examples --tests --features=fs_utf8 --release -vv --target=i686-unknown-linux-gnu
6867
- run: cargo check --workspace --bins --examples --tests --features=fs_utf8 --release -vv --target=i686-unknown-linux-musl
69-
- run: cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace --release -vv --target=wasm32-unknown-emscripten
7068

7169
check_cross_windows:
7270
name: Check Cross-Compilation on Windows
@@ -122,8 +120,8 @@ jobs:
122120
# aarch64-pc-windows-msvc, since async-std doesn't currently support
123121
# cross-compiling to Windows.
124122
#
125-
# Also disable x86_64-fuchsia, since async-std doesn't currently compile
126-
# on it.
123+
# Also disable x86_64-fuchsia and wasm32-unknown-emscripten, since
124+
# async-std doesn't currently cross-compile on them.
127125
- run: >
128126
rustup target add
129127
x86_64-unknown-linux-musl
@@ -135,7 +133,6 @@ jobs:
135133
i686-unknown-linux-gnu
136134
i686-unknown-linux-musl
137135
aarch64-apple-darwin
138-
wasm32-unknown-emscripten
139136
riscv64gc-unknown-linux-gnu
140137
arm-unknown-linux-gnueabihf
141138
aarch64-linux-android
@@ -152,8 +149,6 @@ jobs:
152149
- run: cargo check --workspace --all-targets --all-features --release -vv --target=riscv64gc-unknown-linux-gnu
153150
- run: cargo check --workspace --all-targets --all-features --release -vv --target=arm-unknown-linux-gnueabihf
154151
- run: cargo check --workspace --all-targets --all-features --release -vv --target=aarch64-linux-android
155-
- run: cargo check --workspace --all-targets --features fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace --release -vv --target=
156-
- run: cargo check --workspace --all-targets --features fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace --release -vv --target=wasm32-unknown-emscripten
157152

158153
check_cross_nightly_windows:
159154
name: Check Cross-Compilation on Rust nightly on Windows

0 commit comments

Comments
 (0)