commit | c45f8c1f1aff32ea14c9ca164941e114c8ced551 | [log] [tgz] |
---|---|---|
author | Florian Weikert <fwe@google.com> | Fri May 23 17:05:09 2025 +0200 |
committer | GitHub <noreply@github.com> | Fri May 23 17:05:09 2025 +0200 |
tree | 9d8abd88fc1d29dd27d2020ba8cb94a34a351fcf | |
parent | c15c7b56e6639faf6daa7be564a966dcd138b5a5 [diff] |
bcr_presubmit: Use Rocky Linux instead of CentOS (#2314) Some module repos still contain presubmit.yml templates that reference CentOS 7 (which has been deprecated in favor of Rocky Linux 8). Eventually we should remove all these references, but for now we can work around this problem by replacing centos7 tasks with their rockylinux8 equivalent during presubmit. Progress towards https://github.com/bazelbuild/continuous-integration/issues/2272