Re-enable wasi on CI (#888)
Should be fixed after landing rust-lang/rust#75316
This commit is contained in:
parent
3bbfade4c9
commit
e947c5c073
1 changed files with 3 additions and 3 deletions
6
library/stdarch/.github/workflows/main.yml
vendored
6
library/stdarch/.github/workflows/main.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
- mips64-unknown-linux-gnuabi64
|
||||
- mips64el-unknown-linux-gnuabi64
|
||||
- s390x-unknown-linux-gnu
|
||||
#- wasm32-wasi
|
||||
- wasm32-wasi
|
||||
- i586-unknown-linux-gnu
|
||||
- x86_64-linux-android
|
||||
- arm-linux-androideabi
|
||||
|
|
@ -129,8 +129,8 @@ jobs:
|
|||
disable_assert_instr: true
|
||||
- target: s390x-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
#- target: wasm32-wasi
|
||||
# os: ubuntu-latest
|
||||
- target: wasm32-wasi
|
||||
os: ubuntu-latest
|
||||
- target: aarch64-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
- target: x86_64-apple-darwin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue