Skip to content

Commit

Permalink
Just fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Feb 7, 2024
1 parent b3fe3a1 commit 24c4ce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fc-kernels/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ function build_version {
cp ../configs/"${kernel_version}.config" .config

echo "Checking out repo for kernel at version: $kernel_version"
git checkout "v${kernel_version}"
git fetch --depth 1 origin "v${kernel_version}"
git checkout FETCH_HEAD

echo "Building kernel version: $kernel_version"
make vmlinux -j "$(nproc)"
Expand Down

0 comments on commit 24c4ce1

Please sign in to comment.