summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-10-23 14:26:07 -0400
committerJason Wray <jason@mapbox.com>2017-10-23 14:26:07 -0400
commitf777caccb9c60a793bf5fa52ff4abbaf304914f8 (patch)
treeb574513bebda1d591c15fe2349409c74a4085972
parentf965873b15ea42c1ae3bfec3d2821b216be1acf0 (diff)
downloadqtlocation-mapboxgl-f777caccb9c60a793bf5fa52ff4abbaf304914f8.tar.gz
Explicitly create /root/.ccache on macos
-rw-r--r--circle.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index c3d8af1236..c7fe0136da 100644
--- a/circle.yml
+++ b/circle.yml
@@ -40,7 +40,6 @@ step-library:
name: Generate cache key
command: |
echo "$(date +"%Y-%V")" > .circle-week
- export CCACHE_DIR=/root/.ccache
ccache --clear
ccache --max-size=5G
- &restore-cache
@@ -116,6 +115,8 @@ step-library:
name: Install dependencies
command: |
brew install cmake
+ mkdir -p /root/.ccache
+ export CCACHE_DIR=/root/.ccache
brew install ccache
sudo gem install fastlane