Commit graph

9 commits

Author SHA1 Message Date
Alex Rodionov
3f6bfb33d0 Add disk-cache-files input to support multiple modules
Fixes #67

Add support for overriding disk cache files for multiple modules in the repository.

* Add a new input `disk-cache-files` in `action.yml` to specify custom disk cache files.
* Update `config.js` to handle the new `disk-cache-files` input and override the `diskCache.files` array if provided.
* Update the documentation in `README.md` to include the new `disk-cache-files` input and provide examples of its usage.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/bazel-contrib/setup-bazel/issues/67?shareId=XXXX-XXXX-XXXX-XXXX).
2025-02-18 16:26:58 -08:00
Alex Rodionov
0f9296f333 Allow changing output base path 2024-12-20 16:28:37 -08:00
Alex Rodionov
10af16b874 Rename action 2024-03-20 11:40:35 -07:00
Alex Rodionov
1428e4eb46 Support bzlmod 2024-02-26 10:58:05 -08:00
Alex Rodionov
8b62d10a25 Update to NodeJS 20 2024-02-13 06:22:58 -08:00
Alex Rodionov
14997dcb06 Support bazelisk-version input
Also adds instruction on how to migrate from bazelbuild/setup-bazelisk
2024-02-07 06:24:11 -08:00
Alex Rodionov
3c0903ad5b Use manifests for external cache to avoid overfetching 2023-01-11 13:40:42 -08:00
Alex Rodionov
91e634d3e9 Upgrade to latest version of @actons/cache (with -L patch) 2023-01-09 14:30:16 -08:00
Alex Rodionov
c2309d72bd Hello world 2023-01-04 16:31:00 -08:00