-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The https://github.com/bazel-contrib/setup-bazel project has matured enough where it's probably worth trying to ditch our custom yml setup and replacing it with that tool.
Besides the workflow yaml (e.g., dealing with caching) that can hopefully be removed now ...
drake-blender/.github/workflows/main.yml
Line 23 in 829a01a
| # Restore the most appropriate caches. |
... we also should aim to drop the related rcfile lines:
drake-blender/.github/ci.bazelrc
Lines 8 to 13 in 829a01a
| # Put the Bazel caches somewhere the CI runner will preserve them from one run | |
| # to the next. (All of ~/.cache/bazel_ci/ is preserved.) | |
| fetch --repository_cache /home/runner/.cache/bazel_ci/externals | |
| build --repository_cache /home/runner/.cache/bazel_ci/externals | |
| fetch --disk_cache /home/runner/.cache/bazel_ci/local_disk | |
| build --disk_cache /home/runner/.cache/bazel_ci/local_disk |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
On deck