Re-enable wasi on CI (#888)

Should be fixed after landing rust-lang/rust#75316
This commit is contained in:
Alex Crichton 2020-08-29 16:31:01 -05:00 committed by GitHub
parent 3bbfade4c9
commit e947c5c073
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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