mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 17:23:06 +00:00
CI: actually install pahole
The package is called dwarves. Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
parent
768a070461
commit
860a9555e9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libelf-dev libdw-dev pahole qemu-kvm zstd ${{ matrix.cc == 'clang' && 'libomp-$(clang --version | sed -rn "s/.*clang version ([0-9]+).*/\\1/p")-dev' || '' }}
|
||||
sudo apt-get install dwarves libelf-dev libdw-dev qemu-kvm zstd ${{ matrix.cc == 'clang' && 'libomp-$(clang --version | sed -rn "s/.*clang version ([0-9]+).*/\\1/p")-dev' || '' }}
|
||||
pip install pyroute2 pre-commit
|
||||
- name: Generate version.py
|
||||
run: python setup.py --version
|
||||
|
Loading…
Reference in New Issue
Block a user