mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add CREW_GCC_VER constant and account for it in the version cleaning algorithm. (#10945)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
aa7c647b94
commit
d1871f255a
@@ -117,6 +117,12 @@ if filelist.length.positive?
|
||||
next
|
||||
end
|
||||
|
||||
# Skip ruby and pip buildsystem packages.
|
||||
if pkg.superclass.to_s == 'RUBY' || pkg.superclass.to_s == 'Pip'
|
||||
puts pkg.name.ljust(35) + 'skipped'.lightred if verbose
|
||||
next
|
||||
end
|
||||
|
||||
# Get the upstream version.
|
||||
upstream_version = get_version(pkg.name.tr('_', '-'), pkg.homepage)
|
||||
# Some packages don't work with this yet, so gracefully exit now rather than throwing false positives.
|
||||
|
||||
Reference in New Issue
Block a user