[PATCH v3 0/1] MR10863: gitlab: Update to llvm-mingw 20260505.
Includes LLVM 22.1.5. -- v3: https://gitlab.winehq.org/wine/wine/-/merge_requests/10863
From: Jacek Caban <jacek@codeweavers.com> Includes LLVM 22.1.5. --- tools/gitlab/image.docker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gitlab/image.docker b/tools/gitlab/image.docker index 22eba47e6b0..1bb9600267a 100644 --- a/tools/gitlab/image.docker +++ b/tools/gitlab/image.docker @@ -156,8 +156,8 @@ RUN export DEBIAN_FRONTEND=noninteractive; \ curl -L -o /usr/local/bin/sarif-converter https://gitlab.com/ignis-build/sarif-converter/-/releases/permalink/latest/d... && \ chmod +x /usr/local/bin/sarif-converter ;; \ arm64) \ - curl -s -L https://github.com/mstorsjo/llvm-mingw/releases/download/20251007/llvm-mingw... | tar xJ && \ - mv llvm-mingw-20251007-ucrt-ubuntu-22.04-aarch64 /usr/local/llvm-mingw ;; \ + curl -s -L https://github.com/mstorsjo/llvm-mingw/releases/download/20260505/llvm-mingw... | tar xJ && \ + mv llvm-mingw-20260505-ucrt-ubuntu-22.04-aarch64 /usr/local/llvm-mingw ;; \ esac && \ mkdir -p /usr/lib/oss/include/sys && \ curl -s -o /usr/lib/oss/include/sys/soundcard.h https://salsa.debian.org/debian/oss4/-/raw/debian/4.2-build2020-6/include/so... && \ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10863
participants (2)
-
Jacek Caban -
Jacek Caban (@jacek)