]> git.proxmox.com Git - mirror_qemu.git/commitdiff
gitlab: always populate cache for windows msys jobs
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 1 Aug 2023 13:04:00 +0000 (14:04 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 3 Aug 2023 11:04:47 +0000 (13:04 +0200)
The cache is used to hold the msys installer. Even if the build phase
fails, we should still populate the cache as the installer will be
valid for next time.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230801130403.164060-6-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/windows.yml

index 6454880cb7d94d6f94a8084ee4be986365820534..34109a80f2437bb3f300d2d6dedafc3e7b75aa8f 100644 (file)
@@ -8,6 +8,7 @@
     key: "${CI_JOB_NAME}-cache"
     paths:
       - msys64/var/cache
+    when: always
   needs: []
   stage: build
   timeout: 80m