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

Disable bazel remote cache on self-hosted runners #12145

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

Conversation

Frizi
Copy link
Contributor

@Frizi Frizi commented Jan 24, 2025

Pull Request Description

Bazel cache download is taking significant time on self-hosted github actions runners, pretty much negating any benefit of caching in the first place. Disabling them should speed up many workflows. Since we don't clear the local bazel directory between builds, we still have effective local caching as long as the runners are not recreated.

Additionally removed wasm-pack installation from most jobs, since it is only used in wasm testing target.

@Frizi Frizi changed the title Disable bazel cache on self-hosted runners Disable bazel remote cache on self-hosted runners Jan 24, 2025
@Frizi Frizi added the CI: No changelog needed Do not require a changelog entry for this PR. label Jan 24, 2025
Copy link

github-actions bot commented Jan 24, 2025

🧪 Storybook is successfully deployed!

📊 Dashboard:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: No changelog needed Do not require a changelog entry for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants