Run rubocop on tree to pick up new Chromebrew/OrderedCompatibility cop (#11282)

This commit is contained in:
Maximilian Downey Twiss
2025-02-11 09:21:57 +11:00
committed by GitHub
parent 14fbcac831
commit d7e8f67f2d
594 changed files with 594 additions and 594 deletions

View File

@@ -7,7 +7,7 @@ class Glibc_build237 < Package
license 'LGPL-2.1+, BSD, HPND, ISC, inner-net, rc, and PCRE'
# @libc_version = LIBC_VERSION
@libc_version = '2.37'
compatibility 'x86_64 aarch64 armv7l'
compatibility 'aarch64 armv7l x86_64'
min_glibc version.split('-').first
max_glibc version.split('-').first
source_url 'https://github.com/bminor/glibc.git'