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

- Corrected the failing tests.

parent 911e73ff
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 #59971 failed with stages
in 23 minutes and 45 seconds
......@@ -42,7 +42,10 @@ class SpackOperationCreateCache(SpackOperation):
if self.spack_config.gpg:
signed = True
self.create_gpg_keys()
self.add_mirror('local_cache', self.spack_config.buildcache_dir, signed=signed, autopush=signed,
self.add_mirror('local_cache',
str(self.spack_config.buildcache_dir),
signed=signed,
autopush=signed,
global_mirror=False)
self.logger.info(f'Added mirror for {self.spack_config.env.name}')
super().install_packages(jobs=jobs, signed=signed, debug=debug, fresh=True)
......
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