Skip to content

Commit

Permalink
[do not merge] test for ebpf probe loading
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaGuerra committed Mar 28, 2024
1 parent 27913da commit 7b3edf5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/reusable_test_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,14 @@ jobs:
run: |
sudo apt update -y
sudo apt install -y libasan5 libubsan1
- name: Check if falcoctl can install the eBPF probe
if: ${{ inputs.arch == 'x86_64' }}
run: |
sudo apt update && sudo apt install -y --no-install-recommends build-essential clang make llvm gcc dkms
sudo falcoctl driver install --type ebpf --log-level debug --download=false
sudo find /root/.falco/ -iname "*.o" | sudo xargs rm
- name: Run tests
uses: falcosecurity/testing@main
with:
Expand Down

0 comments on commit 7b3edf5

Please sign in to comment.