Skip to content
Snippets Groups Projects
Commit 44c5713b authored by Jithu Murugan's avatar Jithu Murugan
Browse files

Merge branch...

Merge branch 'VT-70-function-Migrate-Spack-env-setup-into-ESD-repo-with-buildcache' into VT-87-Enabling-coverage-report-for-the-dedal-respository
parents 9749662d c3d764c4
No related branches found
No related tags found
2 merge requests!6ci(dedal): implement coverage calculation for the library,!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #59975 passed with stages
in 21 minutes and 51 seconds
...@@ -220,7 +220,7 @@ class SpackOperation: ...@@ -220,7 +220,7 @@ class SpackOperation:
result = self.command_runner.run_preconfigured_command_sequence( result = self.command_runner.run_preconfigured_command_sequence(
PreconfiguredCommandEnum.SPACK_MIRROR_ADD, PreconfiguredCommandEnum.SPACK_MIRROR_ADD,
self.spack_setup_script, self.spack_setup_script,
"" if global_mirror else self.env_path, "" if global_mirror else str(self.env_path),
mirror_name, mirror_name,
mirror_path, mirror_path,
autopush, autopush,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment