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

Loop over bazel versions in build script. #489

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Loop over bazel versions in build script. #489

wants to merge 1 commit into from

Conversation

phst
Copy link
Owner

@phst phst commented Apr 12, 2024

There’s too much cache thrashing on GitHub due to large action caches. Instead of trying to parallelize runs using the GitHub matrix, run them sequentially to lower the number of caches.

@phst phst force-pushed the cache branch 6 times, most recently from 4a6199e to 6945b08 Compare April 15, 2024 16:52
There’s too much cache thrashing on GitHub due to large action caches.  Instead
of trying to parallelize runs using the GitHub matrix, run them sequentially to
lower the number of caches.

Since the GitHub runners don’t have enough disk space for a full Cartesian
product, only use the default Emacs toolchain for non-default Bazel versions and
vice versa.  This should still provide enough coverage.
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.

1 participant