Update the workflows for the wasmtime-api rename.
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -46,8 +46,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: ./.github/actions/install-rust
|
- uses: ./.github/actions/install-rust
|
||||||
|
- run: cargo doc --no-deps -p wasmtime-cli
|
||||||
- run: cargo doc --no-deps -p wasmtime
|
- run: cargo doc --no-deps -p wasmtime
|
||||||
- run: cargo doc --no-deps -p wasmtime-api
|
|
||||||
- run: cargo doc --no-deps -p wasmtime-debug
|
- run: cargo doc --no-deps -p wasmtime-debug
|
||||||
- run: cargo doc --no-deps -p wasmtime-environ
|
- run: cargo doc --no-deps -p wasmtime-environ
|
||||||
- run: cargo doc --no-deps -p wasmtime-interface-types
|
- run: cargo doc --no-deps -p wasmtime-interface-types
|
||||||
@@ -216,10 +216,10 @@ jobs:
|
|||||||
- run: $CENTOS cargo build --release --bin wasmtime --bin wasm2obj
|
- run: $CENTOS cargo build --release --bin wasmtime --bin wasm2obj
|
||||||
shell: bash
|
shell: bash
|
||||||
# Build `libwasmtime_api.so`
|
# Build `libwasmtime_api.so`
|
||||||
- run: $CENTOS cargo build --release --manifest-path wasmtime-api/Cargo.toml
|
- run: $CENTOS cargo build --release --manifest-path wasmtime/Cargo.toml
|
||||||
shell: bash
|
shell: bash
|
||||||
# Test what we just built
|
# Test what we just built
|
||||||
- run: $CENTOS cargo test --features wasi-common/wasm_tests --release --all --exclude lightbeam --exclude wasmtime-wasi-c --exclude wasmtime-py --exclude wasmtime-api
|
- run: $CENTOS cargo test --features wasi-common/wasm_tests --release --all --exclude lightbeam --exclude wasmtime-wasi-c --exclude wasmtime-py --exclude wasmtime
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user