Building from Source on Amazon Linux broken
Closed this issue · 0 comments
cheeseplus commented
Building via source on Amazon is broken. This is due to a broken conditional when checking for rhel
platform_family AND >= '6.5'
which is evaluating as a string and not a float.
Reported by @mogadanez