Skip to content

Commit b9651fb

Browse files
committed
Remove outdated platform name
1 parent d1705bc commit b9651fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.ref_name }}
55
cancel-in-progress: true
66

7+
# TODO re-add wasm32-wasip1 to `std_no_offset` once MSRV is at least 1.78
78
env:
89
TYPE_CHECK_TARGETS: '{
910
"no_std": [
1011
"thumbv7em-none-eabihf"
1112
],
1213
"std_no_offset": [
1314
"x86_64-unknown-netbsd",
14-
"x86_64-unknown-illumos",
15-
"wasm32-wasi"
15+
"x86_64-unknown-illumos"
1616
],
1717
"std_with_offset": [
1818
"x86_64-unknown-linux-gnu",
@@ -251,7 +251,7 @@ jobs:
251251
uses: dtolnay/rust-toolchain@stable
252252
with:
253253
components: clippy
254-
targets: x86_64-unknown-linux-gnu,aarch64-apple-darwin,x86_64-pc-windows-gnu,x86_64-unknown-netbsd,x86_64-unknown-illumos,wasm32-wasi
254+
targets: x86_64-unknown-linux-gnu,aarch64-apple-darwin,x86_64-pc-windows-gnu,x86_64-unknown-netbsd,x86_64-unknown-illumos,wasm32-wasip1
255255

256256
- name: Run clippy
257257
run: |
@@ -263,7 +263,7 @@ jobs:
263263
--target x86_64-pc-windows-gnu \
264264
--target x86_64-unknown-netbsd \
265265
--target x86_64-unknown-illumos \
266-
--target wasm32-wasi
266+
--target wasm32-wasip1
267267
env:
268268
RUSTFLAGS: --cfg bench
269269

.github/workflows/powerset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Check powerset"
22

3+
# TODO re-add wasm32-wasip1 to `std_with_offset` once MSRV is at least 1.78
34
env:
45
RUSTFLAGS: -Dwarnings
56
TARGETS: '{
@@ -18,7 +19,6 @@ env:
1819
"x86_64-pc-windows-msvc",
1920
"x86_64-unknown-linux-gnu",
2021
"aarch64-linux-android",
21-
"wasm32-wasi",
2222
"x86_64-linux-android",
2323
"x86_64-unknown-netbsd",
2424
"x86_64-unknown-illumos"

0 commit comments

Comments
 (0)