Skip to content

Commit 2ffeb46

Browse files
committed
Auto merge of #116381 - Mark-Simulacrum:drop-wasm32-unknown-emscripten, r=Kobzol
Remove wasm32-unknown-emscripten tests from CI This builder tested the wasm32-unknown-emscripten target, which is tier 2 (and so not eligible for testing). In the recent beta [promotion](#116362 (comment)), we ran into a problem with this target: emscripten doesn't support passing environment variables into the std environment, so we can't enable RUSTC_BOOTSTRAP for libtest in order to pass -Zunstable-options. We worked around this for the beta/stable branches, but given this problem, and its tier 2 status, just dropping the target's tests entirely seems warranted. Downgrading to tier 3 may also be a good idea, but that is a separate conversation not proposed here.
2 parents 65519f5 + c0a42cc commit 2ffeb46

File tree

3 files changed

+0
-69
lines changed

3 files changed

+0
-69
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,6 @@ jobs:
266266
- name: test-various
267267
os: ubuntu-20.04-8core-32gb
268268
env: {}
269-
- name: wasm32
270-
os: ubuntu-20.04-8core-32gb
271-
env: {}
272269
- name: x86_64-gnu
273270
os: ubuntu-20.04-4core-16gb
274271
env: {}

src/ci/docker/host-x86_64/wasm32/Dockerfile

-63
This file was deleted.

src/ci/github-actions/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,6 @@ jobs:
429429
- name: test-various
430430
<<: *job-linux-8c
431431

432-
- name: wasm32
433-
<<: *job-linux-8c
434-
435432
- name: x86_64-gnu
436433
<<: *job-linux-4c
437434

0 commit comments

Comments
 (0)