[libpeas/alatiera/ccache] wip try manually exporting the ccache basedir
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas/alatiera/ccache] wip try manually exporting the ccache basedir
- Date: Tue, 6 Aug 2019 17:34:04 +0000 (UTC)
commit 8dc2299b703ff7874778f75fcc391720e55694c7
Author: Jordan Petridis <jpetridis gnome org>
Date: Tue Aug 6 20:33:40 2019 +0300
wip try manually exporting the ccache basedir
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8fe66ad..98b3481 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,6 @@ stages:
image: 'registry.fedoraproject.org/fedora:30'
stage: 'build'
variables:
- CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
- CCACHE_DIR: "${CCACHE_BASEDIR}/_ccache"
DEPS: >-
gcc
ccache
@@ -25,6 +23,8 @@ stages:
before_script:
- "dnf install -y $DEPS"
- 'mkdir -p _ccache'
+ - "export CCACHE_BASEDIR=${CI_PROJECT_DIR}"
+ - "export CCACHE_DIR=${CCACHE_BASEDIR}/ccache"
- 'ccache --zero-stats'
- 'ccache --show-stats'
after_script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]