Skip to content

Commit 7af01c4

Browse files
committed
NVIDIA: SAUCE: GitHub Actions: Add libdw-dev
Fix building error on new kernel versions: scripts/gendwarfksyms/gendwarfksyms.h:6:10: fatal error: dwarf.h: No such file or directory 6 | #include <dwarf.h> | ^~~~~~~~~ Signed-off-by: Nirmoy Das <nirmoyd@nvidia.com>
1 parent 0e59041 commit 7af01c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Dependencies
5555
run: |
5656
sudo apt-get update
57-
sudo apt-get install -y build-essential libncurses-dev bison flex libssl-dev libelf-dev python3
57+
sudo apt-get install -y build-essential libncurses-dev bison flex libssl-dev libelf-dev python3 libdw-dev
5858
5959
- name: Configure Kernel
6060
run: |

0 commit comments

Comments
 (0)