Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change limit ccache size #235

Merged
merged 2 commits into from
Mar 21, 2025
Merged

change limit ccache size #235

merged 2 commits into from
Mar 21, 2025

Conversation

avdivan
Copy link
Contributor

@avdivan avdivan commented Mar 19, 2025

No description provided.

@@ -101,7 +101,7 @@ jobs:
ANT_HOME: '/usr/share/ant'
DNN_MODELS: '/opt/dnn-models'
CCACHE_DIR: '/opt/.ccache'
CCACHE_MAXSIZE: '3G'
CCACHE_MAXSIZE: '5G'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8+ is good enough to handle multiple PRs.
Also ccache should not be shared between different version of Ubuntu (should have different directories for different ccache versions):

https://github.com/opencv-infrastructure/opencv-worker-config/blob/88c4f5da4e8757e521171a1637401d81f127b308/bin_worker/buildenv#L4-L10

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added pls check

@asmorkalov asmorkalov merged commit 0f13b6e into opencv:main Mar 21, 2025
17 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants