Skip to content

Commit

Permalink
XXX: also test libbpf/ci/pull/157
Browse files Browse the repository at this point in the history
  • Loading branch information
danobi committed Nov 26, 2024
1 parent 7f03f29 commit d3225a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
patches-root: '${{ github.workspace }}/ci/diffs'
repo-root: ${{ env.REPO_ROOT }}
- name: Setup build environment
uses: danobi/libbpf-ci/setup-build-env@e36d42f008bdf2ba9f8c893d8b715a0e2c54ad09
uses: danobi/libbpf-ci/setup-build-env@d3f5d0cb4f28ecb28c0463f7fcba00fa6b608a12
with:
arch: ${{ inputs.arch }}
llvm-version: ${{ inputs.llvm-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kernel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
2> /dev/null > "${DENYLIST_FILE}" || true
- name: Run selftests
uses: libbpf/ci/run-vmtest@v2
uses: danobi/libbpf-ci/run-vmtest@d3f5d0cb4f28ecb28c0463f7fcba00fa6b608a12
# https://github.com/actions/runner/issues/1483#issuecomment-1031671517
# booleans are weird in GH.
continue-on-error: ${{ fromJSON(env.CONTINUE_ON_ERROR) }}
Expand Down

0 comments on commit d3225a7

Please sign in to comment.