@@ -182,9 +182,9 @@ jobs:
182
182
- { target: x86_64-linux-android, os: ubuntu-latest, cpp: 1, std: 1, run: 1, runners: qemu-user }
183
183
- { target: x86_64-pc-windows-gnu, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
184
184
- { target: i686-pc-windows-gnu, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
185
- # Disabled for now, see https://github.com/rust-lang/rust/issues/85821
185
+ # Disabled for now, see https://github.com/rust-lang/rust/issues/98216
186
186
#- { target: asmjs-unknown-emscripten, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
187
- # - { target: wasm32-unknown-emscripten, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
187
+ - { target: wasm32-unknown-emscripten, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
188
188
- { target: x86_64-unknown-dragonfly, os: ubuntu-latest, cpp: 1, dylib: 1, std: 1, build-std: 1 }
189
189
- { target: i686-unknown-freebsd, os: ubuntu-latest, dylib: 1, std: 1 }
190
190
- { target: x86_64-unknown-freebsd, os: ubuntu-latest, dylib: 1, std: 1 }
0 commit comments