-
Notifications
You must be signed in to change notification settings - Fork 0
Implement toolchain resolution in rust-build-release and Cranelift LLVM override in generate-coverage
#254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 11 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ad45b4e
Propagate LLVM coverage overrides via environment
leynos b857f54
Resolve build toolchains from the target repository
leynos 0737d4a
Split toolchain resolution in action setup
leynos b8cffab
Extract cargo process helpers in generate coverage
leynos 7d68553
Use build context fixture in manifest path test
leynos 9185d06
Extract toolchain channel matching helper
leynos c98da83
Extract manifest rust-version helpers
leynos 4884fb8
Flatten toolchain file parsing helpers
leynos 4817b80
Harden toolchain and coverage manifest detection
leynos 3aa70d1
Preserve qualified Windows GNU toolchains
leynos 65aedce
Add review coverage for toolchain and cucumber paths
leynos 07715e8
Tighten toolchain search and manifest Cranelift detection
leynos 5dc0119
Clarify Cranelift detection sources in coverage README
leynos 4913f98
Add shared actions developer guide
leynos 0bb9a37
Extract cucumber coverage test helper
leynos a63307f
Parameterize nightly toolchain CLI test
leynos a39b511
Use scenario object for cucumber coverage helper
leynos 42c97f1
Parameterize zero-coverage LCOV tests
leynos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
8 changes: 8 additions & 0 deletions
8
...hub/actions/generate-coverage/tests/fixtures/nightly-cranelift-project/.cargo/config.toml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| [unstable] | ||
| codegen-backend = true | ||
|
|
||
| [profile.dev] | ||
| codegen-backend = "cranelift" | ||
|
|
||
| [profile.test] | ||
| codegen-backend = "cranelift" |
5 changes: 5 additions & 0 deletions
5
.github/actions/generate-coverage/tests/fixtures/nightly-cranelift-project/Cargo.toml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| [package] | ||
| name = "nightly-cranelift-project" | ||
| version = "0.1.0" | ||
| edition = "2024" | ||
| rust-version = "1.88" |
2 changes: 2 additions & 0 deletions
2
...ub/actions/generate-coverage/tests/fixtures/nightly-cranelift-project/rust-toolchain.toml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| [toolchain] | ||
| channel = "nightly-2026-03-26" |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.