Skip to content

Commit

Permalink
xtask: move libbpf submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwerner committed Jul 17, 2023
1 parent 15b3c45 commit d5259ce
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
submodules: recursive

- name: update libbpf
working-directory: libbpf
working-directory: xtask/libbpf
run: |
set -e
git fetch origin
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "libbpf"]
path = libbpf
path = xtask/libbpf
url = https://github.com/libbpf/libbpf
2 changes: 1 addition & 1 deletion xtask/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pub fn exec(cmd: &mut Command) -> Result<()> {
}
}

pub const LIBBPF_DIR: &str = "libbpf";
pub const LIBBPF_DIR: &str = "xtask/libbpf";

0 comments on commit d5259ce

Please sign in to comment.