We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a804ced commit cd8f650Copy full SHA for cd8f650
1 file changed
stackinator/recipe.py
@@ -522,7 +522,6 @@ def compiler_files(self):
522
compilers=self.compilers,
523
buildcache=self.build_cache_mirror,
524
spack_version=self.spack_version,
525
- cache = self.build_cache_mirror,
526
)
527
528
files["config"] = {}
@@ -553,7 +552,6 @@ def environment_files(self):
553
552
environments=self.environments,
554
555
556
- cache=self.build_cache_mirror,
557
558
559
0 commit comments