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

Windows Builds cache misses #7

Closed
sr229 opened this issue Jan 7, 2022 · 6 comments
Closed

Windows Builds cache misses #7

sr229 opened this issue Jan 7, 2022 · 6 comments
Labels
bug Something isn't working ci Happens on GitHub CI platform:windows Related to Windows priority:medium

Comments

@sr229
Copy link
Member

sr229 commented Jan 7, 2022

Bulk of the build time is Windows since it keeps finding the build cache that doesn't exist.

@sr229 sr229 added bug Something isn't working priority:high labels Jan 7, 2022
@Speykious Speykious added priority:medium ci Happens on GitHub CI platform:windows Related to Windows and removed priority:high labels Jan 21, 2022
@sr229
Copy link
Member Author

sr229 commented Mar 21, 2022

Looks like build dir had been cached, but the Bazel dir hasn't. Really worth investigating and raising this to the actions team for some guidance.

image

@sr229
Copy link
Member Author

sr229 commented Mar 21, 2022

Pinpointed the issue to a Permission error in the Bazel Cache. Need to raise this to @github

image

@Speykious
Copy link
Contributor

Heads up.

I think this has been fixed in actions/cache@v3.

Checkout MediaPipeUnityPlugin's Windows test CI.
It does manage to cache the Bazel folder properly.

@sr229 sr229 closed this as completed in 8560c09 Jul 28, 2022
@Speykious
Copy link
Contributor

Welp...
image
Seems like we're missing something. We'll have to investigate at one point.

@Speykious Speykious reopened this Jul 28, 2022
@sr229
Copy link
Member Author

sr229 commented Feb 14, 2023

Logged in actions/cache#1109

@sr229
Copy link
Member Author

sr229 commented Feb 14, 2023

Accidentally solved it in GH-16, whoops. Looks like the new v3 runners can cache them now.

@sr229 sr229 closed this as completed Feb 14, 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 Happens on GitHub CI platform:windows Related to Windows priority:medium
Projects
None yet
Development

No branches or pull requests

2 participants