Skip to content

Commit

Permalink
ci(default-bare): more after script debug
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Nov 6, 2024
1 parent 1556639 commit 8f62376
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/default-bare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,15 @@ jobs:
sudo -u syslog /usr/local/scripts/falco_report.sh
if: ${{ always() }}
continue-on-error: true
- name: After script - debug
run: |
# https://github.com/falcosecurity/falco/issues/2357
# https://github.com/falcosecurity/falco/issues/2792
ls -la /sys/kernel/btf/vmlinux
strings /sys/kernel/btf/vmlinux | grep -e BPF_TRACE_RAW_TP -e BPF_TRACE_FENTRY
grep DEBUG_INFO /boot/config-*
apt-get install -y linux-tools-generic
bpftool feature probe kernel | grep -e "map_type ringbuf is available" -e "program_type tracing is available"
dpkg -l | grep libbpf
if: ${{ always() }}
continue-on-error: true

0 comments on commit 8f62376

Please sign in to comment.