ci: test upcoming Cranelift release branch#1643
Merged
bjorn3 merged 4 commits intorust-lang:mainfrom Apr 29, 2026
Merged
Conversation
bjorn3
requested changes
Apr 15, 2026
| on: | ||
| schedule: | ||
| # Run daily so we don't miss the release branch cut. | ||
| - cron: "0 3 * * *" |
Member
There was a problem hiding this comment.
The release branch is automatically cut on the 5th, so running once on the 6th of every month would be enough. This way there is also no need to do caching. https://github.com/bytecodealliance/wasmtime/blob/40da1d8c83e2c5e35ab5245ff4b7a5a9592422c1/.github/workflows/release-process.yml#L5-L6
bjorn3
requested changes
Apr 28, 2026
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
bjorn3
approved these changes
Apr 29, 2026
Member
|
Thanks! I had to make a couple small changes in 6e0ebb8 to fix it. https://github.com/rust-lang/rustc_codegen_cranelift/actions/runs/25100526266/job/73548256175 |
Contributor
Author
|
Thanks for the help @bjorn3, learned a lot on certain code patterns. |
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.
Fix: #1626
Added a scheduled workflow that patches
Craneliftdeps to the latestwasmtimerelease-*branch and runs the test suite.