Skip to content

Commit f2a4047

Browse files
authored
veristat-scx.yml: pin sched_ext to 737b9b1 (#410)
sched_ext is moving away from meson [1], and this has broken our current "build sched_ext" workflow [2]. Pin to a working revision temporarily. After build scripts are fixed, we can switch back to master. [1] sched-ext/scx#2731 [2] https://github.com/kernel-patches/bpf/actions/runs/18725443519/job/53409557575 Signed-off-by: Ihor Solodrai <[email protected]>
1 parent d1053b9 commit f2a4047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/veristat-scx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
LLVM_VERSION: ${{ inputs.llvm_version }}
2929
SCX_BUILD_OUTPUT: ${{ github.workspace }}/scx-build-output
3030
SCX_PROGS: ${{ github.workspace }}/scx-progs
31-
SCX_REVISION: main
31+
SCX_REVISION: 737b9b13ccd15e44efb8cdba507f89e595ad3af6
3232
steps:
3333
- uses: actions/checkout@v4
3434
with:

0 commit comments

Comments
 (0)