Skip to content

Commit

Permalink
falco-driver-loader apt updates
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiubelu committed Oct 2, 2024
1 parent e377c51 commit 1a6a6c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions falco-driver-loader/0.38.2/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ parts:
# build idempotency, so we can build locally *and* in the CI.
# linux-tools and linux-cloud-tools are required for building BPF (for x86_64).
if [ "$(uname -m)" == "x86_64" ]; then
apt install -y linux-headers-$(uname -r) linux-tools-$(uname -r) linux-cloud-tools-$(uname -r)
apt install -y linux-headers-generic linux-tools-generic linux-cloud-tools-generic
else
apt install -y linux-headers-$(uname -r) linux-tools-$(uname -r) linux-cloud-tools
apt install -y linux-headers-generic linux-tools-generic linux-cloud-tools
fi
# https://falco.org/docs/developer-guide/source/
Expand Down
4 changes: 2 additions & 2 deletions falco-driver-loader/0.39.0/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ parts:
# build idempotency, so we can build locally *and* in the CI.
# linux-tools and linux-cloud-tools are required for building BPF (for x86_64).
if [ "$(uname -m)" == "x86_64" ]; then
apt install -y linux-headers-$(uname -r) linux-tools-$(uname -r) linux-cloud-tools-$(uname -r)
apt install -y linux-headers-generic linux-tools-generic linux-cloud-tools-generic
else
apt install -y linux-headers-$(uname -r) linux-tools-$(uname -r) linux-cloud-tools
apt install -y linux-headers-generic linux-tools-generic linux-cloud-tools
fi
# https://falco.org/docs/developer-guide/source/
Expand Down

0 comments on commit 1a6a6c4

Please sign in to comment.