Skip to content

Commit ca51647

Browse files
irozzo-1Apoiana
authored andcommitted
fix(ci): remove linux-tools-generic to fix dependency conflict
Remove linux-tools-generic from perf action dependencies as it causes dependency conflicts on systems with non-generic kernels (e.g., Oracle kernels). The linux-tools-`uname -r` package already provides the necessary kernel-specific tools, making linux-tools-generic redundant. Signed-off-by: irozzo-1A <iacopo@sysdig.com>
1 parent bf876d9 commit ca51647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/composite-perf/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
- name: Install deps ⛓️
2525
shell: bash
2626
run: |
27-
sudo apt update && sudo apt install -y --no-install-recommends ca-certificates build-essential git clang llvm pkg-config autoconf automake libtool libelf-dev wget libtbb-dev libjq-dev libjsoncpp-dev protobuf-compiler libgtest-dev libprotobuf-dev linux-tools-common linux-tools-generic linux-tools-`uname -r` heaptrack coreutils util-linux
27+
sudo apt update && sudo apt install -y --no-install-recommends ca-certificates build-essential git clang llvm pkg-config autoconf automake libtool libelf-dev wget libtbb-dev libjq-dev libjsoncpp-dev protobuf-compiler libgtest-dev libprotobuf-dev linux-tools-common linux-tools-`uname -r` heaptrack coreutils util-linux
2828
sudo .github/install-deps.sh
2929
3030
- name: Install cmake 🌊

0 commit comments

Comments
 (0)