From 66329e6f55e8b6427f7531f6db440573723e1a8e Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 2 Apr 2025 19:07:48 +0100 Subject: ci: arch: workaround cmake-4 vs wxwidgets Workaround for cmake-4.0 vs wxwidgets-gtk2 by setting CMAKE_POLICY_VERSION_MINIMUM=3.5. --- ci/ciimage/arch/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/ciimage/arch/install.sh b/ci/ciimage/arch/install.sh index a6ef5e0a9..6b39a0ee7 100755 --- a/ci/ciimage/arch/install.sh +++ b/ci/ciimage/arch/install.sh @@ -24,6 +24,9 @@ cleanup_pkgs=(go) AUR_USER=docker PACMAN_OPTS='--needed --noprogressbar --noconfirm' +# Workaround for cmake-4.0 vs wxwidgets-gtk2 +export CMAKE_POLICY_VERSION_MINIMUM=3.5 + # Patch config files sed -i 's/#Color/Color/g' /etc/pacman.conf sed -i 's,#MAKEFLAGS="-j2",MAKEFLAGS="-j$(nproc)",g' /etc/makepkg.conf -- cgit v1.2.3