Skip to content
Snippets Groups Projects

feat(spack_operation): implement setup_spack_env functionality

1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 44c5713b
    Merge branch... · 44c5713b
    Jithu Murugan authored
    Merge branch 'VT-70-function-Migrate-Spack-env-setup-into-ESD-repo-with-buildcache' into VT-87-Enabling-coverage-report-for-the-dedal-respository
@@ -220,7 +220,7 @@ class SpackOperation:
result = self.command_runner.run_preconfigured_command_sequence(
PreconfiguredCommandEnum.SPACK_MIRROR_ADD,
self.spack_setup_script,
"" if global_mirror else self.env_path,
"" if global_mirror else str(self.env_path),
mirror_name,
mirror_path,
autopush,