We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542d16b commit aa4c357Copy full SHA for aa4c357
.github/workflows/veristat-scx.yml
@@ -28,14 +28,14 @@ jobs:
28
LLVM_VERSION: ${{ inputs.llvm_version }}
29
SCX_BUILD_OUTPUT: ${{ github.workspace }}/scx-build-output
30
SCX_PROGS: ${{ github.workspace }}/scx-progs
31
- SCX_REVISION: e31fe903eae6e8fc407d68ec81b3effa2300923a
+ SCX_REVISION: main
32
steps:
33
- uses: actions/checkout@v4
34
with:
35
sparse-checkout: |
36
.github
37
ci
38
- - uses: libbpf/ci/build-scx-scheds@v3
+ - uses: libbpf/ci/build-scx-scheds@meson
39
40
output-dir: ${{ env.SCX_BUILD_OUTPUT }}
41
- name: Collect scx progs
0 commit comments