Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Oct 6, 2023
1 parent 25396f0 commit 8b8789e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ def version_compatible(cls, configured_binary, environ):

# FIXME: Maybe this isn't to place to emit an error, especially when
# we cycle over multiple binarier to find the correct one.
LOG.error("GCC binary is too old; minimum version is 13.0.0.")
LOG.error(f"GCC binary found is too old at v{analyzer_version}; "
"minimum version is 13.0.0.")
return False

def construct_result_handler(self, buildaction, report_output,
Expand Down

0 comments on commit 8b8789e

Please sign in to comment.