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

Build cache (ccache) path currently doesn't work properly in CI #50

Closed
fwcd opened this issue Nov 12, 2023 · 0 comments · Fixed by #48
Closed

Build cache (ccache) path currently doesn't work properly in CI #50

fwcd opened this issue Nov 12, 2023 · 0 comments · Fixed by #48
Labels
bug Something isn't working ci-cd CI/CD-related

Comments

@fwcd
Copy link
Owner

fwcd commented Nov 12, 2023

$HOME is not resolved in this context, so the current solution does not work:

path: $HOME/Library/Caches/ccache

We can, however, use ~ to resolve the directory, see:

#48 addresses this by adding ccache_path to the matrix with the correct paths. If that PR turns out to be a larger blocker, we might consider extracting that logic (including the step that saves the ccache even if the run fails).

@fwcd fwcd added bug Something isn't working ci-cd CI/CD-related labels Nov 12, 2023
@fwcd fwcd linked a pull request Nov 12, 2023 that will close this issue
2 tasks
@fwcd fwcd closed this as completed in #48 Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci-cd CI/CD-related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant