Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/veristat-scx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:

build-scheds:
name: build sched-ext/scx
runs-on: ${{ fromJSON(inputs.runs_on) }}
runs-on: ubuntu-latest
env:
LLVM_VERSION: ${{ inputs.llvm_version }}
SCX_BUILD_OUTPUT: ${{ github.workspace }}/scx-build-output
SCX_PROGS: ${{ github.workspace }}/scx-progs
SCX_REVISION: 5c4575195fe1
SCX_REVISION: main
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
sparse-checkout: |
.github
ci
- uses: libbpf/ci/build-scx-scheds@v3
- uses: libbpf/ci/build-scx-scheds@scx-builder
with:
output-dir: ${{ env.SCX_BUILD_OUTPUT }}
- name: Collect scx progs
Expand Down
Loading