mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-28 21:50:23 +00:00
update urls to point to bpf-next
This commit is contained in:
parent
5182682baf
commit
a715d20d92
4
.github/workflows/bpf-next-test.yml
vendored
4
.github/workflows/bpf-next-test.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
name: Clone Kernel
|
name: Clone Kernel
|
||||||
# Get the latest sched-ext enabled kernel directly from the korg
|
# Get the latest sched-ext enabled kernel directly from the korg
|
||||||
# for-next branch
|
# for-next branch
|
||||||
run: git clone --single-branch -b for-next --depth 1 https://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git linux
|
run: git clone --single-branch -b for-next --depth 1 https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git linux
|
||||||
|
|
||||||
# guard rail because we are caching
|
# guard rail because we are caching
|
||||||
- if: ${{ steps.cache-kernel.outputs.cache-hit != 'true' }}
|
- if: ${{ steps.cache-kernel.outputs.cache-hit != 'true' }}
|
||||||
@ -100,7 +100,7 @@ jobs:
|
|||||||
run: cargo install virtiofsd && sudo cp -a ~/.cargo/bin/virtiofsd /usr/lib/
|
run: cargo install virtiofsd && sudo cp -a ~/.cargo/bin/virtiofsd /usr/lib/
|
||||||
|
|
||||||
# get latest head commit of sched_ext for-next
|
# get latest head commit of sched_ext for-next
|
||||||
- run: echo "SCHED_EXT_KERNEL_COMMIT=$(git ls-remote https://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git heads/for-next | awk '{print $1}')" >> $GITHUB_ENV
|
- run: echo "SCHED_EXT_KERNEL_COMMIT=$(git ls-remote https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git heads/for-next | awk '{print $1}')" >> $GITHUB_ENV
|
||||||
|
|
||||||
# use cached kernel if available, create after job if not
|
# use cached kernel if available, create after job if not
|
||||||
- name: Cache Kernel
|
- name: Cache Kernel
|
||||||
|
Loading…
Reference in New Issue
Block a user