Skip to content

Commit

Permalink
github: remove libbpf dance
Browse files Browse the repository at this point in the history
It is now a submodule in aya.
  • Loading branch information
tamird committed Jul 16, 2023
1 parent 80175c1 commit c36bbd6
Showing 1 changed file with 2 additions and 7 deletions.
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"

0 comments on commit c36bbd6

Please sign in to comment.