xtask: move libbpf submodule

pull/664/head
Andrew Werner 1 year ago
parent 15b3c459ae
commit d5259ce789

@ -12,7 +12,7 @@ jobs:
submodules: recursive
- name: update libbpf
working-directory: libbpf
working-directory: xtask/libbpf
run: |
set -e
git fetch origin

2
.gitmodules vendored

@ -1,3 +1,3 @@
[submodule "libbpf"]
path = libbpf
path = xtask/libbpf
url = https://github.com/libbpf/libbpf

@ -14,4 +14,4 @@ pub fn exec(cmd: &mut Command) -> Result<()> {
}
}
pub const LIBBPF_DIR: &str = "libbpf";
pub const LIBBPF_DIR: &str = "xtask/libbpf";

Loading…
Cancel
Save