Skip to content

Commit d5fc65e

Browse files
committed
Update base image
- Update LLVM to 21.1.6. - Update mingw-w64 to mingw-w64/mingw-w64@f6a7b25.
1 parent 0654711 commit d5fc65e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build/overrides.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ libraw_SUBDIR := LibRaw-$(libraw_VERSION)
155155
libraw_FILE := LibRaw-$(libraw_VERSION).tar.gz
156156
libraw_URL := https://www.libraw.org/data/$(libraw_FILE)
157157

158-
# https://github.com/mxe/mxe/commit/a46f5f7c1c7b524f17401531ab16eda5a998f699
159-
sqlite_CHECKSUM := 42e26dfdd96aa2e6b1b1be5c88b0887f9959093f650d693cb02eb9c36d146ca5
160-
161158
# upstream version is 2.7.1
162159
# needed by nip4
163160
gsl_VERSION := 2.8

container/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN \
1111
gtk-update-icon-cache
1212

1313
WORKDIR /usr/local
14-
RUN git clone -b llvm-mingw-20251105 --single-branch https://github.com/kleisauke/mxe.git
14+
RUN git clone -b llvm-mingw-20251119 --single-branch https://github.com/kleisauke/mxe.git
1515

1616
WORKDIR /usr/local/mxe
1717

0 commit comments

Comments
 (0)