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 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments