Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use setup-build-env with modified pahole
Browse files Browse the repository at this point in the history
theihor committed Jan 10, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f77a54b commit ccc2870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
@@ -95,7 +95,8 @@ jobs:
with:
arch: ${{ inputs.arch }}
llvm-version: ${{ inputs.llvm-version }}
pahole: master
pahole: 'btf-encoding-hotfix'
pahole-origin: 'https://github.com/theihor/dwarves.git'
- name: Print toolchain version used
shell: bash
run: |

0 comments on commit ccc2870

Please sign in to comment.