Skip to content

v1.2.0: Add cache-version input to bazel-build-test action. (#8)

Compare
Choose a tag to compare
@SanjayVas SanjayVas released this 11 Mar 20:41
· 32 commits to main since this release
6243a81
This allows for manually invalidating prior cache results when there are incompatible changes that Bazel doesn't handle. For example, changing the C++ compiler version.

See https://github.com/bazelbuild/bazel/issues/4558