File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -83,15 +83,12 @@ jobs:
8383 uses : libbpf/ci/get-linux-source@v3
8484 with :
8585 dest : ' .kernel'
86- rev : ${{ env.BPF_NEXT_BASE_BRANCH }}
86+ repo : ' https://github.com/linux-netdev/testing-bpf-ci.git'
87+ rev : ' to-test'
8788 - uses : libbpf/ci/prepare-incremental-build@v3
8889 with :
8990 repo-root : ${{ inputs.download_sources && '.kernel' || env.REPO_ROOT }}
90- base-branch : >-
91- ${{ inputs.download_sources && env.BPF_NEXT_BASE_BRANCH
92- || github.event_name == 'pull_request' && github.base_ref
93- || github.ref_name
94- }}
91+ base-branch : ' to-test'
9592 arch : ${{ inputs.arch }}
9693 toolchain_full : ${{ inputs.toolchain_full }}
9794 kbuild-output : ${{ env.KBUILD_OUTPUT }}
10097 shell : bash
10198 run : |
10299 cd .kernel
103- rm -rf .git
100+ rm -rf .git .github ci
104101 mv -t .. $(ls -A)
105102 cd ..
106103 rmdir .kernel
You can’t perform that action at this time.
0 commit comments