CI Improvements - #161
Open
luisschwab wants to merge 7 commits into
Open
CI Improvements#161luisschwab wants to merge 7 commits into
luisschwab wants to merge 7 commits into
Conversation
* Centralize the `cargo-rbmt` version in Cargo.toml and remove the `rbmt-version` file. * Update CI setup and workflow metadata for cargo-rbmt@0.5.3
* Organize recipes into groups * Improve `just fuzz` recipe: * `just fuzz list` * `just fuzz all` * `just fuzz <target>` * Use cargo-rbmt's nightly toolchain version
* Replace manual Rust and APT cache setup with rust-cache and corpus caching * Use the pinned nightly and cargo-fuzz installed by the shared setup action * Run a manual target matrix with readable names and per-target crash artifacts * Rename the `proof-corruption` target to remove the Cargo naming warning
Remove `LICENSE.md`, since GitHub cannot parse it.
Add the `bisectability` job to the Rust workflow, which asserts all commits in the PR successfully pass all tests.
Add cross-compilation testing to CI. Native targets run on native CI runners, and foreign targets are emulated using QEMU. * Native: * aarch64-apple-darwin * aarch64-unknown-linux-gnu * x86_64-pc-windows-msvc * x86_64-unknown-linux-musl * Emulated (QEMU): * i686-unknown-linux-gnu * arm-unknown-linux-gnueabi * armv7-unknown-linux-gnueabihf * powerpc64le-unknown-linux-gnu * powerpc-unknown-linux-gnu * riscv64gc-unknown-linux-gnu * s390x-unknown-linux-gnu
* Bump stable to 1.98.1 * Bump nightly to nightly-2026-09-14 * Fix new lints * Add cargo-fuzz to cargo-rbmt's tools
luisschwab
force-pushed
the
ci/bump-rbmt-0-5-3
branch
from
September 14, 2026 19:46
58e0de4 to
159263d
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #142
Closes #158
Closes #159
Changelog