79
79
sparcv9-sun-solaris
80
80
aarch64-linux-android
81
81
aarch64-apple-ios
82
- wasm32-wasi
83
82
- if : matrix.rust != '1.63'
84
- run : rustup target add x86_64-unknown-fuchsia
83
+ run : >
84
+ rustup target add
85
+ wasm32-wasip1
86
+ x86_64-unknown-fuchsia
85
87
- if : matrix.rust == '1.63'
86
88
run : rustup target add x86_64-fuchsia
87
89
98
100
- run : cargo check --workspace --release -vv --target=x86_64-apple-darwin --features=all-apis --all-targets
99
101
- run : cargo check --workspace --release -vv --target=x86_64-unknown-freebsd --features=all-apis --all-targets
100
102
- run : cargo check --workspace --release -vv --target=x86_64-unknown-netbsd --features=all-apis --all-targets
103
+ - if : matrix.rust != '1.63'
104
+ run : cargo check --workspace --release -vv --target=wasm32-wasip1 --features=all-apis
101
105
- if : matrix.rust != '1.63'
102
106
run : cargo check --workspace --release -vv --target=x86_64-unknown-fuchsia --features=all-apis --all-targets
103
107
- if : matrix.rust == '1.63'
@@ -121,7 +125,6 @@ jobs:
121
125
- run : cargo check --workspace --release -vv --target=sparcv9-sun-solaris --features=all-apis --all-targets
122
126
- run : cargo check --workspace --release -vv --target=aarch64-apple-ios --features=all-apis --all-targets
123
127
- run : cargo check --workspace --release -vv --target=aarch64-linux-android --features=all-apis --all-targets
124
- - run : cargo check --workspace --release -vv --target=wasm32-wasi --features=all-apis
125
128
126
129
check_no_default_features :
127
130
name : Check --no-default-features
@@ -176,10 +179,10 @@ jobs:
176
179
- run : >
177
180
rustup target add
178
181
x86_64-unknown-redox
179
- wasm32-wasi
182
+ wasm32-wasip1
180
183
thumbv7neon-unknown-linux-gnueabihf
181
184
- run : cargo check --workspace --release -vv --target=x86_64-unknown-redox --features=all-apis
182
- - run : cargo check --workspace --release -vv --target=wasm32-wasi --features=all-apis
185
+ - run : cargo check --workspace --release -vv --target=wasm32-wasip1 --features=all-apis
183
186
- run : cargo check --workspace --release -vv --target=thumbv7neon-unknown-linux-gnueabihf --features=all-apis
184
187
185
188
check_tier3 :
0 commit comments