forked from bytecodealliance/wasm-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge with upstream up to release v1.216.0
- Loading branch information
Showing
112 changed files
with
4,156 additions
and
1,022 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,14 +85,17 @@ jobs: | |
rust: default | ||
- os: ubuntu-latest | ||
rust: msrv | ||
# skip testing crates that require wasmtime since wasmtime has a | ||
# more aggressive msrv than wasm-tools | ||
flags: --exclude fuzz-stats --exclude wit-component --exclude wasm-mutate-stats | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: true | ||
- uses: bytecodealliance/wasmtime/.github/actions/[email protected] | ||
with: | ||
toolchain: ${{ matrix.rust }} | ||
- run: cargo test --locked --all | ||
- run: cargo test --locked --all ${{ matrix.flags }} | ||
|
||
test_extra_features: | ||
name: Test with extra Cargo features | ||
|
@@ -260,10 +263,10 @@ jobs: | |
submodules: true | ||
- uses: bytecodealliance/wasmtime/.github/actions/[email protected] | ||
- run: rustc ci/publish.rs | ||
# Make sure the tree is publish-able as-is | ||
- run: ./publish verify | ||
# Make sure we can bump version numbers for the next release | ||
- run: ./publish bump | ||
# Make sure the tree is publish-able as-is | ||
- run: ./publish verify | ||
|
||
# "Join node" which the merge queue waits on. | ||
ci-status: | ||
|
Oops, something went wrong.