Skip to content

Commit

Permalink
Makefile: update KERNEL_VERSION
Browse files Browse the repository at this point in the history
Update the kernel version used to generated syscall wrappers to 6.6.
I forgot to commit this previously so there are no changes.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
  • Loading branch information
lmb committed Nov 9, 2023
1 parent d46bb3c commit 99fa75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ testdata/loader-%-eb.elf: testdata/loader.c
$(STRIP) -g $@

.PHONY: generate-btf
generate-btf: KERNEL_VERSION?=6.1.29
generate-btf: KERNEL_VERSION?=6.6
generate-btf:
$(eval TMP := $(shell mktemp -d))
curl -fL "$(CI_KERNEL_URL)/linux-$(KERNEL_VERSION)-amd64.tgz" -o "$(TMP)/linux.tgz"
Expand Down

0 comments on commit 99fa75b

Please sign in to comment.