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

- Corrected the failing tests.

parent e11cb8d4
No related branches found
No related tags found
1 merge request!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #59972 failed with stages
in 34 minutes and 25 seconds
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -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