Skip to content
Snippets Groups Projects

check that we have found gcc locally

Merged Hans Fangohr requested to merge check-we-have-found-gcc-locally into linux-debian11
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -157,6 +157,8 @@ def test_install_environment(tmp_path):
.stdout.decode("utf-8")
.strip()
)
assert len(gcc_ver) > 3, f"Couldn't find gcc {gcc_ver=}"
setup_file = release_base_dir / "spack-environments/spack_setup.sh"
with open(setup_file, "r") as f:
lines = f.read().replace(
Loading