implemented cache_local method for DIY stage (as a noop)
This commit is contained in:
parent
142d1f5cbc
commit
6423eab917
1 changed files with 2 additions and 0 deletions
|
@ -503,6 +503,8 @@ def destroy(self):
|
|||
# No need to destroy DIY stage.
|
||||
pass
|
||||
|
||||
def cache_local(self):
|
||||
tty.msg("Sources for DIY stages are not cached")
|
||||
|
||||
def _get_mirrors():
|
||||
"""Get mirrors from spack configuration."""
|
||||
|
|
Loading…
Reference in a new issue