[babl] gitlab-ci: disable paccache, trying to unbreak build



commit b5872ba5dbb6a2db195316cc6a2e6e2f30369d53
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Jan 17 19:19:46 2022 +0100

    gitlab-ci: disable paccache, trying to unbreak build

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dabe4d4ab..69a2bec8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]