Skip to content

Commit d54b5a0

Browse files
committed
Revert "ci: enable test for wasm-wasip1 target"
This reverts commit 5280af3.
1 parent 5280af3 commit d54b5a0

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.cargo/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ rustflags = [
44
"-Clink-arg=-lc++",
55
"-Clink-arg=-lc++abi"
66
]
7-
runner = "wasmtime run"

.github/workflows/test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- { target: aarch64-pc-windows-msvc, os: windows-11-arm }
1717

1818
- { target: aarch64-unknown-linux-gnu, os: ubuntu-22.04, use-cross: true }
19-
- { target: wasm32-wasip1, os: ubuntu-24.04 }
2019

2120
# mac-14 is an M1 ARM device.
2221
- { target: aarch64-apple-darwin, os: macos-14 }
@@ -36,22 +35,13 @@ jobs:
3635
uses: dtolnay/[email protected]
3736
with:
3837
targets: ${{ matrix.job.target }}
39-
if: ${{ matrix.job.target != 'wasm32-wasip1' }}
4038

4139
- name: Install cross
4240
if: matrix.job.use-cross
4341
uses: taiki-e/install-action@v2
4442
with:
4543
4644

47-
- if: ${{ matrix.job.target == 'wasm32-wasip1' }}
48-
run: |
49-
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-29/wasi-sdk-29.0-x86_64-linux.deb
50-
sudo apt-get install ./wasi-sdk-29.0-x86_64-linux.deb
51-
rm ./wasi-sdk-29.0-x86_64-linux.deb
52-
rustup override set stable
53-
rustup target add wasm32-wasip1
54-
5545
- name: Overwrite build command env variable
5646
if: matrix.job.use-cross
5747
shell: bash
@@ -60,12 +50,6 @@ jobs:
6050
- name: Test
6151
shell: bash
6252
run: $BUILD_CMD $SUBCOMMAND --target ${{ matrix.job.target }}
63-
env:
64-
WASI_SDK_PATH: /opt/wasi-sdk
65-
WASI_SYSROOT: /opt/wasi-sdk/share/wasi-sysroot
66-
CC_wasm32_wasip1: /opt/wasi-sdk/bin/clang
67-
AR_wasm32_wasip1: /opt/wasi-sdk/bin/llvm-ar
68-
CFLAGS_wasm32_wasip1: "--sysroot=/opt/wasi-sdk/share/wasi-sysroot"
6953

7054
test_mime_db:
7155
name: Test with MIME database

0 commit comments

Comments
 (0)