mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 12:10:24 +00:00
ci: print the latest commit of the checked out sched-ext kernel
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
parent
885d176ea1
commit
a8a1944a5d
3
.github/workflows/build-scheds.yml
vendored
3
.github/workflows/build-scheds.yml
vendored
@ -52,6 +52,9 @@ jobs:
|
||||
# sched_ext)
|
||||
- run: git clone --single-branch -b sched_ext-ci --depth 1 https://github.com/sched-ext/sched_ext.git linux || git clone --single-branch -b sched_ext --depth 1 https://github.com/sched-ext/sched_ext.git linux
|
||||
|
||||
# Print the latest commit of the checked out sched-ext kernel
|
||||
- run: cd linux && git log -1 --pretty=format:"%h %ad %s" --date=short
|
||||
|
||||
# Build a minimal kernel (with sched-ext enabled) using virtme-ng
|
||||
- run: cd linux && vng -v --build --config .github/workflows/sched-ext.config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user