Skip to content
Snippets Groups Projects
Unverified Commit 25e6f840 authored by Alexander Bayandin's avatar Alexander Bayandin Committed by GitHub
Browse files

Merge pull request #8389 from bayandin/handle-too-old-macos-versions

formula_versions: handle references to too old MacOS in formulae
parents 97b57393 b43f17b2
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,9 @@ class FormulaVersions
versions_seen = (map.keys + [f.pkg_version]).uniq.length
end
return map if versions_seen > MAX_VERSIONS_DEPTH
rescue MacOSVersionError => e
odebug "#{e} in #{name} at revision #{rev}" if debug?
break
end
map
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment