diff --git a/.github/workflows/build-scheds.yml b/.github/workflows/build-scheds.yml index 8b73b3d..4a4bf25 100644 --- a/.github/workflows/build-scheds.yml +++ b/.github/workflows/build-scheds.yml @@ -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