mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-19 19:22:05 +00:00
AmazonLinux uses `gcc-$Vers`, like gcc-10, but our regex prevented that to work. Instead, rely on the fact that **real** gcc has some `--version` fixed output. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>