diff --git a/.gitlab/Windows-CI.yml b/.gitlab/Windows-CI.yml index 07dffaec5f..f57f4d3b8f 100644 --- a/.gitlab/Windows-CI.yml +++ b/.gitlab/Windows-CI.yml @@ -9,6 +9,7 @@ win64_build: image: registry.gitlab.com/kicad/kicad-ci/windows-build-image/ltsc2022-msvc:latest variables: VCPKG_BINARY_SOURCES: 'nuget,gitlab,readwrite' + VCPKG_DISABLE_COMPILER_TRACKING: '1' # Switch the compressor to fastzip and reduce the compression level FF_USE_FASTZIP: "true" CACHE_COMPRESSION_LEVEL: "fast"