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

Always save vcpkg in cache. #53

Merged

Conversation

Yury-Fridlyand
Copy link
Collaborator

Description

Initially cache was introduced in #45. Unfortunately, vcpkg sometimes ignores restored cache and rebuilds everything: https://github.com/opensearch-project/sql-odbc/actions/runs/5351645007/jobs/9705946814. Probably, restored data expires for vcpkg.
This fix make cache always saved, so it refreshes it if something was changed.

Issues Resolved

Speed up CI.

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
@Yury-Fridlyand Yury-Fridlyand merged commit 36f736d into opensearch-project:main Jun 29, 2023
8 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the optimize-caching-in-ci branch June 29, 2023 00:01
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.

None yet

4 participants