bump kernel builder alpine base to version including llvm19

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2025-01-15 21:39:27 +02:00
parent d97254266b
commit d531d24061
3 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
KERNEL_VERSION=6.6.71 KERNEL_VERSION=6.6.71
KERNEL_SERIES=6.6.x KERNEL_SERIES=6.6.x
BUILD_IMAGE=linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 BUILD_IMAGE=linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4

View File

@ -25,10 +25,10 @@ RUN apk update && apk upgrade -a && \
libedit-dev \ libedit-dev \
libtool \ libtool \
libxml2 \ libxml2 \
llvm \ llvm19 \
llvm-dev \ llvm19-dev \
llvm-static \ llvm19-static \
llvm17-gtest \ llvm19-gtest \
luajit-dev \ luajit-dev \
m4 \ m4 \
musl-fts-dev \ musl-fts-dev \

View File

@ -16,7 +16,7 @@ RM = rm -f
# Name and Org on Hub # Name and Org on Hub
ORG?=linuxkit ORG?=linuxkit
IMAGE?=kernel IMAGE?=kernel
IMAGE_BUILDER=linuxkit/alpine:8c02670fd2e5c28d03fd39db0bddc1379b3af6b2 IMAGE_BUILDER=linuxkit/alpine:e9313150d2cf07ad92b0adb86799dedd9a0476e4
# You can specify an extra options for the Makefile. This will: # You can specify an extra options for the Makefile. This will:
# - append a config$(EXTRA) to the kernel config for your kernel/arch # - append a config$(EXTRA) to the kernel config for your kernel/arch