Closed MinyazevR closed 3 months ago
@he-hesce - I think you are the one most interested in the CentOS builds. Can you have a look?
Looks good to me. RHEL 7 is still supported for several more years but we need the CentOS 7 container for testing on GitHub.
CentOS7 reached EOL and GHA support for the corresponding container was abandoned. However,
node20
requires at leastglibc2.27
, which is not available in CentOS, but upgrading the glibc version contradicts the meaning of using older CentOS. The proposed solution in this PR is to use corresponding environment variable, that helps to extend CentOS CI availability for some time. Also,mirrorlist.centos.org
was turned off, so switch to vault is required (seesed
for configs in PR)macOS-11 runner is no longer supported on GHA, thus macOS-12 with python3.9 is proposed
Small feature: cancel running workflow from the same PR.