mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
bump kernel builder alpine base to version including llvm19
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
d97254266b
commit
d531d24061
@ -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
|
||||||
|
@ -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 \
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user