Skip to content

Commit 0f13b6e

Browse files
authored
change limit ccache size (opencv#235)
* change limit ccache size * change limit ccache size and dir
1 parent dbd6970 commit 0f13b6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/OCV-PR-Linux.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,17 @@ jobs:
9191
# - /mnt/cache/binaries_cache:/opt/binaries_cache
9292
# - vol_dnn_models:/opt/dnn-models
9393
# NOTE: CN config
94-
- /home/opencv-cn/git_cache:/opt/git_cache
95-
- /home/opencv-cn/ci_cache/opencv:/opt/.ccache
96-
- /home/opencv-cn/binaries_cache:/opt/binaries_cache
94+
- /home/opencv-cn/git_cache/${{ matrix.version }}:/opt/git_cache
95+
- /home/opencv-cn/ci_cache/opencv/${{ matrix.version }}:/opt/.ccache
96+
- /home/opencv-cn/binaries_cache/${{ matrix.version }}:/opt/binaries_cache
9797
- /home/opencv-cn/dnn-models:/opt/dnn-models
9898
# NOTE: RU config
9999
# options: '--user root:root'
100100
env:
101101
ANT_HOME: '/usr/share/ant'
102102
DNN_MODELS: '/opt/dnn-models'
103103
CCACHE_DIR: '/opt/.ccache'
104-
CCACHE_MAXSIZE: '3G'
104+
CCACHE_MAXSIZE: '8G'
105105
OPENCV_DOWNLOAD_PATH: '/opt/binaries_cache'
106106
CMAKE_OPT: >-
107107
-DBUILD_DOCS=ON

0 commit comments

Comments
 (0)