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

CI caching improvements #1016

Merged
merged 5 commits into from
Oct 11, 2024
Merged

CI caching improvements #1016

merged 5 commits into from
Oct 11, 2024

Conversation

scareything
Copy link
Member

This PR updates the workflows to completely control vcpkg caching.

  • disables the caching that was set up by run-vcpkg
  • configures vcpkg's cache to be a directory within the GitHub workspace, so it can be accessed from build steps and containers.
  • caches are used for cpack builds as well as gh releases. each intentionally has a different key.

@scareything scareything requested a review from a team as a code owner October 11, 2024 19:17
Copy link
Member

@qrkourier qrkourier left a comment

Choose a reason for hiding this comment

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

💪

@scareything scareything merged commit 0a67d68 into main Oct 11, 2024
36 of 37 checks passed
@scareything scareything deleted the vcpkg.cache.tweaks branch October 11, 2024 19:53
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