gitlab-ci: disable paccache, trying to unbreak build
authorØyvind Kolås <pippin@gimp.org>
Mon, 17 Jan 2022 18:19:46 +0000 (19:19 +0100)
committerØyvind Kolås <pippin@gimp.org>
Mon, 17 Jan 2022 18:19:46 +0000 (19:19 +0100)
.gitlab-ci.yml

index dabe4d4abd14e5040303a5a17f9c7484abe076d7..69a2bec8a3e1fb57855aa31fff814bf6a86a7f8b 100644 (file)
@@ -33,7 +33,7 @@ cache:
     - ninja -C _build test
   after_script:
     # Remove all cached packages but the latest version
-    - paccache -r -k1 --cachedir $PACMAN_CACHE
+    #- paccache -r -k1 --cachedir $PACMAN_CACHE
 
 latest-lcms:
   extends: .build