ci: use shell to directly set base_dir for osx builds

Summary: this crashes somehow and is impossible to debug remotely

Reviewers: bu5hm4n

Reviewed By: bu5hm4n

Subscribers: bu5hm4n, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10529
This commit is contained in:
Mike Blumenkrantz 2019-10-25 13:33:41 -04:00
parent fee91831cb
commit 6abba55b5c
1 changed files with 1 additions and 1 deletions

View File

@ -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