Skip to content
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

scx: Add CI action that builds schedulers for PRs #40

Merged
merged 1 commit into from
Dec 19, 2023
Merged

scx: Add CI action that builds schedulers for PRs #40

merged 1 commit into from
Dec 19, 2023

Commits on Dec 19, 2023

  1. scx: Add CI action that builds schedulers for PRs

    When Ubuntu ships with sched_ext, we can also maybe test loading the
    schedulers (not sure if the runners can run as root though). For now, we
    should at least have a CI job that lets us verify that the schedulers
    can _build_. To that end, this patch adds a basic CI action that builds
    the schedulers.
    
    As is, this is a bit brittle in that we're having to manually download
    and install a few dependencies. I don't see a better way for now without
    hosting our own runners with our own containers, but that's a bigger
    investment. For now, hopefully this will get us _some_ coverage.
    
    Signed-off-by: David Vernet <[email protected]>
    Byte-Lab committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4523b10 View commit details
    Browse the repository at this point in the history