File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -83,18 +83,19 @@ jobs:
8383 uses : libbpf/ci/get-linux-source@v3
8484 with :
8585 dest : ' .kernel'
86- rev : ${{ env.BPF_NEXT_BASE_BRANCH }}
87- - uses : libbpf/ci/prepare-incremental-build@v3
88- with :
89- 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- }}
95- arch : ${{ inputs.arch }}
96- toolchain_full : ${{ inputs.toolchain_full }}
97- kbuild-output : ${{ env.KBUILD_OUTPUT }}
86+ repo : ' https://github.com/linux-netdev/testing-bpf-ci.git'
87+ rev : ' to-test'
88+ # - uses: libbpf/ci/prepare-incremental-build@v3
89+ # with:
90+ # repo-root: ${{ inputs.download_sources && '.kernel' || env.REPO_ROOT }}
91+ # base-branch: >-
92+ # ${{ inputs.download_sources && env.BPF_NEXT_BASE_BRANCH
93+ # || github.event_name == 'pull_request' && github.base_ref
94+ # || github.ref_name
95+ # }}
96+ # arch: ${{ inputs.arch }}
97+ # toolchain_full: ${{ inputs.toolchain_full }}
98+ # kbuild-output: ${{ env.KBUILD_OUTPUT }}
9899 - if : ${{ inputs.download_sources }}
99100 name : Move linux source in place
100101 shell : bash
You can’t perform that action at this time.
0 commit comments