From 2050326dcce9a865d2a4a496c8f0321817bd66d6 Mon Sep 17 00:00:00 2001 From: Luca Bacci Date: Wed, 9 Jul 2025 14:40:48 +0200 Subject: [PATCH] CI/MSVC: Exclude /test/srcdir symlink from the artifacts Otherwise latest GitLab fails with: > ERROR: Uploading artifacts as "archive" to coordinator... error > error=couldn't execute POST against https://gitlab.freedesktop.org/api/v4/jobs/[...]/artifacts?artifact_format=zip[...]: > Post "https://gitlab.freedesktop.org/api/v4/jobs/[...]/artifacts?artifact_format=zip[...]": > read build/test/srcdir: Incorrect function. id=[...] token=[...] --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 279302c3b..bb58a9679 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -410,6 +410,7 @@ vs2019 shared amd64: exclude: - ".git*" - ".git/**/*" + - 'build/test/srcdir' vs2019 static amd64: extends: '.build windows'