| commit | b07c3191fa8a0fd95bff87ab035975edfe5753a8 | [log] [tgz] |
|---|---|---|
| author | Googler <hvd@google.com> | Fri May 23 03:14:18 2025 -0700 |
| committer | rules_java Copybara <noreply@google.com> | Fri May 23 03:15:00 2025 -0700 |
| tree | 6eab3658979537f7c8d909de6ae760617c26b27e | |
| parent | 6915f89962442c5def663f559b75a4a8c2377b1b [diff] |
Use Rocky Linux instead of CentOS for rules_java BCR presubmits See https://github.com/bazelbuild/continuous-integration/issues/2272 (ignore-relnotes) PiperOrigin-RevId: 762345962 Change-Id: I68a6e1805418144d409d2afd1a51d77f37df40fe
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index c81cf08..26dad0f 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml
@@ -1,6 +1,6 @@ matrix: platform: - - centos7 + - rockylinux8 - debian10 - macos - ubuntu2004