Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix libbpf submodule checkout in bpftool
Now in the Dockerfile we do: git clone --recurse-submodules https://github.com/libbpf/bpftool.git . && git checkout ${BPFTOOL_REV} which means that we fetch the libbpf submodule version of the main branch of bpftool and then we move to the appropriate commit that we need. After the checkout we also need to fetch the correct version of the submodules. This patch fixes that. Signed-off-by: Anastasios Papagiannis <[email protected]>
- Loading branch information