[librsvg: 5/7] Try to cache the cargo Home.



commit 76fc79df2abb6a18ebcc11ad3ea68d9f67f4dbff
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Fri Feb 23 14:36:38 2018 +0000

    Try to cache the cargo Home.

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e9e892dc..da945642 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ stages:
   cache:
       paths:
         - target/
-        - cargo/
+        - ${HOME}/.cargo/
 
 # .deb_template: &deb_deps
 #   before_script:
@@ -42,7 +42,7 @@ fedora:test:
 
 fedora:rawhide:
   image: registry.gitlab.com/alatiera/librsvg-oci-images/fedora:latest
-  stage: test
+  stage: distro_test
   <<: *distro_test
   only:
     - master


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