Update .gitlab-ci.yml file

Fix CCACHE_STATSLOG?
This commit is contained in:
Alam Ed Arias 2023-10-14 01:44:23 +00:00
parent d3d3ee5451
commit 2fe5755f53

View file

@ -23,7 +23,8 @@ stages: # List of stages for jobs, and their order of execution
- export CCACHE_BASEDIR="$PWD" - export CCACHE_BASEDIR="$PWD"
- export CCACHE_DIR="$PWD/ccache" - export CCACHE_DIR="$PWD/ccache"
- export CCACHE_COMPILERCHECK=content - export CCACHE_COMPILERCHECK=content
- export CCACHE_STATSLOG=CCACHE_DIR="$PWD/ccache_statslog" - export CCACHE_STATS=true
- export CCACHE_STATSLOG="$PWD/ccache_statslog"
.aptcache_Scripts: &aptcache .aptcache_Scripts: &aptcache
- export APT_CACHE_DIR=`pwd`/apt-cache - export APT_CACHE_DIR=`pwd`/apt-cache