gitlab-ci: Fix MSYS_ROOT leaking to MSVC builds

This commit is contained in:
Bruno Lopes 2026-04-01 09:25:48 -03:00
parent bf9e206c39
commit 2e7ab376bf

View file

@ -546,6 +546,7 @@ gimp-snap:
STORE_OPTION: '-Dms-store=true'
- if: '($GIMP_CI_MESON_MSVC != null || "$[[ inputs.test_pipeline ]]" =~ /.*GIMP_CI_MESON_MSVC.*/) && $CI_JOB_NAME !~ /.*installer.*/ && $CI_JOB_NAME !~ /.*store.*/ && $CI_JOB_NAME !~ /.*aarch64.*/'
variables:
MSYS_ROOT: ""
VCPKG_ROOT: "$CI_PROJECT_DIR/vcpkg"
WARN_AS_ERROR_ON_CI: '-Dwerror=true'
VARIANT: "-msvc"