forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 2
ci updates #9
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
chrehrhardt
merged 6 commits into
CHERI-Alliance:codasip-cheri-riscv
from
chrehrhardt:codasip-cheri-riscv
Dec 3, 2025
Merged
ci updates #9
chrehrhardt
merged 6 commits into
CHERI-Alliance:codasip-cheri-riscv
from
chrehrhardt:codasip-cheri-riscv
Dec 3, 2025
Conversation
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
d18862a to
eecff88
Compare
arichardson
approved these changes
Dec 1, 2025
arichardson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change the repository configuration to allow actions to post comments instead of disabling the job?
Otherwise this looks great!
arichardson
reviewed
Dec 1, 2025
Build a cheri purecap kernel for riscv in the ci workflow. This uses the llvm-18 compiler as published in the cheri alliance repo. Signed-off-by: Christian A. Ehrhardt <[email protected]>
When building the cheri riscv kernel also run the PtrToIntCast clang tidy check to warn about dubious capability conversions. Signed-off-by: Christian A. Ehrhardt <[email protected]>
When building the kernel setup "CC" to actually use ccache. The inherited ccache action should ensure that the cache survives between ci runs. Signed-off-by: Christian A. Ehrhardt <[email protected]>
Increase the size limit of ccache to 2G. Otherwise the larger compiles will not take advantage of the cache. Signed-off-by: Christian A. Ehrhardt <[email protected]>
Add a 32-bit build. This catches issues with u64 casts to pointers. Signed-off-by: Christian A. Ehrhardt <[email protected]>
Remove the steps that add comments with warnings etc. to pull request. These require write access to the repo and the current configuration does not permit this. Signed-off-by: Christian A. Ehrhardt <[email protected]>
eecff88 to
af36238
Compare
6726573
into
CHERI-Alliance:codasip-cheri-riscv
8 checks passed
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.
No description provided.