Skip to content

Commit

Permalink
Removed testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dailey committed Mar 11, 2024
1 parent 56f4a80 commit 9c7b42b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lisa/tools/gcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def _install(self) -> bool:
posix_os: Posix = cast(Posix, self.node.os)
if isinstance(posix_os, BSD):
posix_os.install_packages("lang/gcc")
expected_state = self.get_version()
self._log.info(f"GCC Version: {expected_state}")
else:
posix_os.install_packages("gcc")
return self._check_exists()
Expand Down

0 comments on commit 9c7b42b

Please sign in to comment.