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

Fix ccache #749

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

SidorovichPavel
Copy link
Contributor


Note: by creating a PR or an issue you automatically agree to the CLA. See CONTRIBUTING.md. Feel free to remove this note, the agreement holds.

@@ -72,7 +72,7 @@ jobs:
- name: Reuse ccache directory
uses: actions/cache@v4
with:
path: .ccache
path: ~/.cache/ccache
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure that it is correct directory for docker? Docker builds started takes more time than in develop branch
docker-compose expected ccache in: https://github.com/userver-framework/userver/blob/develop/.github/docker-compose.yml#L10

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.

2 participants