Skip to content

Commit 1e6783e

Browse files
committed
cleanup(build): remove libelf dependency
Signed-off-by: Luca Guerra <[email protected]>
1 parent 5b3703b commit 1e6783e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable_build_packages.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Always install deps before invoking checkout action, to properly perform a full clone.
3434
- name: Install build dependencies
3535
run: |
36-
dnf install -y bpftool ca-certificates cmake make automake gcc gcc-c++ kernel-devel clang git pkg-config autoconf automake libbpf-devel elfutils-libelf-devel
36+
dnf install -y bpftool ca-certificates cmake make automake gcc gcc-c++ kernel-devel clang git pkg-config autoconf automake
3737
3838
- name: Checkout
3939
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
@@ -59,7 +59,7 @@ jobs:
5959
# Always install deps before invoking checkout action, to properly perform a full clone.
6060
- name: Install build deps
6161
run: |
62-
sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool libelf-dev m4 rpm
62+
sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool m4 rpm
6363
6464
- name: Checkout
6565
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
@@ -125,7 +125,7 @@ jobs:
125125
# Always install deps before invoking checkout action, to properly perform a full clone.
126126
- name: Install build deps
127127
run: |
128-
sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool libelf-dev m4 rpm
128+
sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool m4 rpm
129129
130130
- name: Checkout
131131
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
@@ -176,7 +176,7 @@ jobs:
176176
# Always install deps before invoking checkout action, to properly perform a full clone.
177177
- name: Install build deps
178178
run: |
179-
sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool libelf-dev m4 rpm
179+
sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool m4 rpm
180180
181181
- name: Checkout
182182
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

0 commit comments

Comments
 (0)