Skip to content

Commit

Permalink
Merge pull request aya-rs#182 from aya-rs/feature/fix-di
Browse files Browse the repository at this point in the history
Experimental BTF support
  • Loading branch information
vadorovsky authored Feb 18, 2024
2 parents af68f3c + 098ab02 commit 530b482
Show file tree
Hide file tree
Showing 27 changed files with 2,238 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ jobs:
run: |
set -euxo pipefail
sudo apt install -y locate qemu-system-{arm,x86}
find test/.tmp -name 'vmlinuz-*' | xargs -t cargo xtask integration-test vm
find test/.tmp -name 'vmlinuz-*' | RUSTFLAGS=-Cdebuginfo=line-directives-only xargs -t cargo xtask integration-test vm
Loading

0 comments on commit 530b482

Please sign in to comment.