diff --git a/.ci/ci-setup-ccache.sh b/.ci/ci-setup-ccache.sh index f93b64f847..ab7d3b8613 100755 --- a/.ci/ci-setup-ccache.sh +++ b/.ci/ci-setup-ccache.sh @@ -7,6 +7,7 @@ if [ "$DISTRO" != "" ] ; then docker exec $(cat $HOME/cid) ccache -pz else cp .ci/ccache.conf ~/.ccache + sed -iE '/^base_dir/d' ~/.ccache/ccache.conf echo "base_dir = $pwd" >> ~/.ccache/ccache.conf ccache -pz fi