zmike pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6abba55b5c502cced32e39d699e777661418291b

commit 6abba55b5c502cced32e39d699e777661418291b
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Fri Oct 25 13:33:41 2019 -0400

    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
---
 .ci/ci-setup-ccache.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 


Reply via email to