Skip to content

Commit 43e1466

Browse files
committed
der: disable wasmtime tests
The installer isn't working for some reason: bytecodealliance/actions#21
1 parent 055d258 commit 43e1466

3 files changed

Lines changed: 18 additions & 17 deletions

File tree

.github/workflows/der.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -172,18 +172,19 @@ jobs:
172172
- run: cargo miri test --target ${{ matrix.target }} --no-default-features --lib
173173

174174
# Test WASM using `wasmtime`
175-
test-wasm:
176-
runs-on: ubuntu-latest
177-
env:
178-
CARGO_TARGET_WASM32_WASIP1_RUNNER: "wasmtime"
179-
steps:
180-
- uses: actions/checkout@v6
181-
- uses: bytecodealliance/actions/wasmtime/setup@v1
182-
- uses: dtolnay/rust-toolchain@master
183-
with:
184-
toolchain: stable
185-
targets: wasm32-wasip1
186-
- run: cargo test --target wasm32-wasip1 --no-default-features
187-
- run: cargo test --target wasm32-wasip1
188-
- run: cargo test --target wasm32-wasip1 --all-features
189-
- run: cargo test --target wasm32-wasip1 --all-features --release
175+
# TODO(tarcieri): re-enable when bytecodealliance/actions#21 is resolved
176+
# test-wasm:
177+
# runs-on: ubuntu-latest
178+
# env:
179+
# CARGO_TARGET_WASM32_WASIP1_RUNNER: "wasmtime"
180+
# steps:
181+
# - uses: actions/checkout@v6
182+
# - uses: bytecodealliance/actions/wasmtime/setup@v1
183+
# - uses: dtolnay/rust-toolchain@master
184+
# with:
185+
# toolchain: stable
186+
# targets: wasm32-wasip1
187+
# - run: cargo test --target wasm32-wasip1 --no-default-features
188+
# - run: cargo test --target wasm32-wasip1
189+
# - run: cargo test --target wasm32-wasip1 --all-features
190+
# - run: cargo test --target wasm32-wasip1 --all-features --release

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ x509-tsp = { path = "./x509-tsp" }
6161
x509-cert = { path = "./x509-cert" }
6262
x509-ocsp = { path = "./x509-ocsp" }
6363

64-
rsa = { git = "https://github.com/RustCrypto/RSA", branch = "pkcs8/add-keyerror" }
64+
rsa = { git = "https://github.com/RustCrypto/RSA" }
6565

6666
[workspace.lints.clippy]
6767
borrow_as_ptr = "warn"

0 commit comments

Comments
 (0)