Skip to content

Commit

Permalink
test. use /sys/kernel/btf/vmlinux as default btf
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyoush committed Oct 18, 2024
1 parent b6f52f6 commit 81e3f63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ jobs:
cmd: |
apt-get update
apt-get install -y dnsutils
# install btf
if [ -f "/sys/kernel/btf/vmlinux" ]; then
cp -f /sys/kernel/btf/vmlinux /var/lib/kyanos/btf/current.btf
fi
- name: Test base
uses: cilium/little-vm-helper@97c89f004bd0ab4caeacfe92ebc956e13e362e6b # v0.0.19
Expand Down

0 comments on commit 81e3f63

Please sign in to comment.