Skip to content

Commit 480370c

Browse files
committed
ci: disable broken WASM and cross tests
1 parent 98bfb48 commit 480370c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# - i686-pc-windows-msvc # not supported by cross
1818
- i686-unknown-linux-gnu
1919
# - x86_64-apple-darwin # proprietary apple stuff
20-
- x86_64-pc-windows-gnu
20+
# - x86_64-pc-windows-gnu # seems to be broken 2025-06
2121
# - x86_64-pc-windows-msvc # not supported by cross
2222
- x86_64-unknown-linux-gnu
2323
############ Tier 2 with Host Tools

.github/workflows/rust.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -253,19 +253,19 @@ jobs:
253253
- name: "Run test on i686"
254254
run: cargo test --target i686-unknown-linux-gnu
255255

256-
WASM:
257-
name: WASM - stable toolchain
258-
runs-on: ubuntu-latest
259-
strategy:
260-
fail-fast: false
261-
# Note we do not use the recent lock file for wasm testing.
262-
steps:
263-
- name: "Checkout repo"
264-
uses: actions/checkout@v4
265-
- name: "Select toolchain"
266-
uses: dtolnay/rust-toolchain@stable
267-
- name: "Run wasm script"
268-
run: ./contrib/wasm.sh
256+
# WASM:
257+
# name: WASM - stable toolchain
258+
# runs-on: ubuntu-latest
259+
# strategy:
260+
# fail-fast: false
261+
# # Note we do not use the recent lock file for wasm testing.
262+
# steps:
263+
# - name: "Checkout repo"
264+
# uses: actions/checkout@v4
265+
# - name: "Select toolchain"
266+
# uses: dtolnay/rust-toolchain@stable
267+
# - name: "Run wasm script"
268+
# run: ./contrib/wasm.sh
269269

270270
NoStd: # 1 job, run no-std test from script.
271271
name: no-std - nightly toolchain

0 commit comments

Comments
 (0)