Merge pull request #65394 from alexkats/compatibility

Fix compatibility release check
This commit is contained in:
Max K 2024-06-18 17:16:02 +00:00 committed by GitHub
commit b1f2b54d70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,7 @@ def main():
# See https://sourceware.org/glibc/wiki/Glibc%20Timeline
max_glibc_version = ""
if "amd64" in check_name:
if "amd64" in check_name or "release" in check_name:
max_glibc_version = "2.4"
elif "aarch64" in check_name:
max_glibc_version = "2.18" # because of build with newer sysroot?