From bf903a05f47f7a45a30030d6b9c21896a0548959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Sat, 11 Mar 2023 18:33:35 +0100 Subject: [PATCH] ci: add wixtoolset to windows image Part-of: --- .gitlab-image-tags.yml | 2 +- ci/docker/windows/Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index e8f6420e24..d1312500d3 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -8,4 +8,4 @@ variables: FEDORA_TAG: '2022-12-10.0' INDENT_TAG: '2022-03-07.1' LINT_TAG: '2023-02-16.5' - WINDOWS_TAG: '2023-01-26.0' + WINDOWS_TAG: '2023-03-11.0' diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile index eefa8b55c5..02253f36c9 100644 --- a/ci/docker/windows/Dockerfile +++ b/ci/docker/windows/Dockerfile @@ -18,6 +18,7 @@ RUN choco install -y git-lfs RUN choco install -y 7zip RUN choco install -y python3 --installargs 'AssociateFiles=1 PrependPath=1 Include_pip=1 Include_dev=1' RUN choco install -y msys2 --params '/NoPath /NoUpdate /InstallDir:C:\\msys64' +RUN choco install -y wixtoolset # Remove MAX_PATH limit of 260 characters RUN New-ItemProperty -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem' `