mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-09 03:18:57 +01:00
CI/CircleCI: Force ccache directory (#26625)
(cherry picked from commit 6c5b641dd4)
This commit is contained in:
committed by
funjoker
parent
1c4e4353d0
commit
d02324b507
@@ -116,6 +116,7 @@ jobs:
|
||||
export CCACHE_CPP2=yes
|
||||
export USE_CCACHE=1
|
||||
export PATH=/usr/lib/ccache:$PATH
|
||||
export CCACHE_DIR=$HOME/.ccache
|
||||
ccache -z
|
||||
ccache -s
|
||||
git config user.email "circleci@build.bot" && git config user.name "Circle CI"
|
||||
|
||||
Reference in New Issue
Block a user