Skip to content

github: remove libbpf dance #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,7 @@ jobs:
with:
repository: aya-rs/aya
path: aya

- uses: actions/checkout@v3
if: matrix.rust == 'nightly'
with:
repository: libbpf/libbpf
path: libbpf
submodules: recursive

- name: Install dependencies
if: matrix.rust == 'nightly'
Expand All @@ -108,4 +103,4 @@ jobs:
- name: Run aya integration tests
if: matrix.rust == 'nightly'
working-directory: aya
run: cargo xtask integration-test --libbpf-dir ../libbpf --runner "sudo PATH=$PATH"
run: cargo xtask integration-test --runner "sudo PATH=$PATH"