add tests for blobby_kernel #269
No reviewers
Labels
No labels
CI enhacement
CS10 (chromestick)
HIGH PRIOROITY
Low Priority
Solved
TODO
arm64
armhf
bug
c100 (veyron minnie)
duplicate
enhancement
good first issue
help wanted
invalid
minor bug
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ev4/PrawnOS!269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "austin987/blobby_tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@SolidHal
This adds tests for the blobby kernel (both armhf/arm64).
Note that it requires a makefile fix: currently calling 'make kernel' (or blobby_kernel) fails in a clean tree, because filesystem is required, but not called first. I added a commit to depend on filesystem first. Alternatively, the makefile targets could be adjusted, or maybe some other approach. I'll leave that to your judgement, the important thing is that 'make kernel|blobby_kernel' should work out of the box (or if not, IMO, we need a good reason, and in any event, we'll need to adjust the github action/build scripts accordingly, but that's relatively minor).
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.