Skip to content

Commit

Permalink
Testing with smaller cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Oct 15, 2019
1 parent 86d6894 commit adb17a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/azure-pipelines/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
BUILD_DIR: '$(Agent.BuildDirectory)/build'
CMAKE_CXX_FLAGS: '-Wall -Wextra -Wabi -O2'
CCACHE_DIR: $(Pipeline.Workspace)/ccache
CCACHE_MAXSIZE: 15G
CCACHE_MAXSIZE: 7.2G
steps:
- task: CacheBeta@0
inputs:
Expand Down

0 comments on commit adb17a3

Please sign in to comment.