Skip to content

Commit

Permalink
kernel-build: set pahole to v1.28
Browse files Browse the repository at this point in the history
We'll revert back to master after [1] is landed.

[1] https://lore.kernel.org/dwarves/[email protected]/
  • Loading branch information
theihor committed Jan 10, 2025
1 parent f77a54b commit e813e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
with:
arch: ${{ inputs.arch }}
llvm-version: ${{ inputs.llvm-version }}
pahole: master
pahole: 1cb4202 # v1.28
- name: Print toolchain version used
shell: bash
run: |
Expand Down

0 comments on commit e813e60

Please sign in to comment.