File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 17
17
# - i686-pc-windows-msvc # not supported by cross
18
18
- i686-unknown-linux-gnu
19
19
# - 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
21
21
# - x86_64-pc-windows-msvc # not supported by cross
22
22
- x86_64-unknown-linux-gnu
23
23
# ########### Tier 2 with Host Tools
Original file line number Diff line number Diff line change @@ -253,19 +253,19 @@ jobs:
253
253
- name : " Run test on i686"
254
254
run : cargo test --target i686-unknown-linux-gnu
255
255
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
269
269
270
270
NoStd : # 1 job, run no-std test from script.
271
271
name : no-std - nightly toolchain
You can’t perform that action at this time.
0 commit comments