Skip to content

Commit

Permalink
Don't fetch all
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Feb 7, 2024
1 parent b11e63d commit 6a4e6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/fc-kernels/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ ENV := $(shell cat ../../.last_used_env || echo "not-set")

build:
./build.sh

upload:
./upload.sh $(GCP_PROJECT_ID)
3 changes: 1 addition & 2 deletions packages/fc-kernels/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ function build_version {
cp vmlinux "../builds/vmlinux-${kernel_version}/vmlinux.bin"
}


echo "Cloning the linux kernel repository"
git clone --depth 1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
cd linux
git fetch --tags

grep -v '^ *#' < ../kernel_versions.txt | while IFS= read -r version
do
Expand Down

0 comments on commit 6a4e6cd

Please sign in to comment.