From be6ef68b3cc40a021b73df7c4ac322a3463a66b5 Mon Sep 17 00:00:00 2001 From: Pat Somaru Date: Wed, 9 Oct 2024 22:39:51 -0400 Subject: [PATCH] restart process from 35aacc4 --- .github/workflows/caching-build.yml | 8 ++++---- scheds/include/vmlinux/vmlinux.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/caching-build.yml b/.github/workflows/caching-build.yml index f475168d0..3c0febd46 100644 --- a/.github/workflows/caching-build.yml +++ b/.github/workflows/caching-build.yml @@ -35,7 +35,7 @@ jobs: - run: sudo apt-get install -y git --no-install-recommends # get latest head commit of sched_ext for-next - - run: echo "SCHED_EXT_KERNEL_COMMIT=35aacc4" >> $GITHUB_ENV + - run: echo "SCHED_EXT_KERNEL_COMMIT=fc86083" >> $GITHUB_ENV - uses: actions/checkout@v4 # use cached kernel if available, create after job if not @@ -115,7 +115,7 @@ jobs: run: cargo install virtiofsd && sudo cp -a ~/.cargo/bin/virtiofsd /usr/lib/ # get latest head commit of sched_ext for-next - - run: echo "SCHED_EXT_KERNEL_COMMIT=35aacc4" >> $GITHUB_ENV + - run: echo "SCHED_EXT_KERNEL_COMMIT=fc86083" >> $GITHUB_ENV # use cached kernel if available, create after job if not - name: Cache Kernel @@ -200,7 +200,7 @@ jobs: run: cargo install virtiofsd && sudo cp -a ~/.cargo/bin/virtiofsd /usr/lib/ # get latest head commit of sched_ext for-next - - run: echo "SCHED_EXT_KERNEL_COMMIT=35aacc4" >> $GITHUB_ENV + - run: echo "SCHED_EXT_KERNEL_COMMIT=fc86083" >> $GITHUB_ENV # Cache Kernel alone for rust tests - name: Cache bzImage id: cache-kernel @@ -244,7 +244,7 @@ jobs: run: cargo install virtiofsd && sudo cp -a ~/.cargo/bin/virtiofsd /usr/lib/ # get latest head commit of sched_ext for-next - - run: echo "SCHED_EXT_KERNEL_COMMIT=35aacc4" >> $GITHUB_ENV + - run: echo "SCHED_EXT_KERNEL_COMMIT=fc86083" >> $GITHUB_ENV # Cache Kernel alone for rust tests - name: Cache bzImage id: cache-kernel diff --git a/scheds/include/vmlinux/vmlinux.h b/scheds/include/vmlinux/vmlinux.h index 727872da9..1cf35e5b3 120000 --- a/scheds/include/vmlinux/vmlinux.h +++ b/scheds/include/vmlinux/vmlinux.h @@ -1 +1 @@ -vmlinux-35aacc4.h \ No newline at end of file +vmlinux-fc86083.h \ No newline at end of file