Skip to content

Commit a356cd5

Browse files
committed
Test bpf tree
1 parent 088f0fc commit a356cd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/kernel-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
uses: libbpf/ci/get-linux-source@v3
8080
with:
8181
dest: '.kernel'
82-
rev: ${{ env.BPF_NEXT_BASE_BRANCH }}
82+
repo: 'git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git'
83+
rev: 'master'
8384
- uses: libbpf/ci/prepare-incremental-build@v3
8485
with:
8586
repo-root: ${{ inputs.download_sources && '.kernel' || env.REPO_ROOT }}

0 commit comments

Comments
 (0)