From 7340b2c9c4fc37eba8903c8a186245053cdcea48 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 10 Jun 2020 14:30:18 -0700 Subject: gitlab-ci: Don't cache object files. This could only help with the initial build, not `make distcheck` and since config.h is generated fresh for each job, everything was remade anyway. Thanks to ePirat for pointing out the issue. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 411b47c3..065412ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,10 +14,6 @@ autoconf: - ./configure - make - make distcheck - cache: - paths: - - "lib/*.o" - - "lib/.libs/*.o" cmake: stage: build -- cgit v1.2.1