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