implemented cache_local method for DIY stage (as a noop)
This commit is contained in:
parent
142d1f5cbc
commit
6423eab917
@ -503,6 +503,8 @@ def destroy(self):
|
|||||||
# No need to destroy DIY stage.
|
# No need to destroy DIY stage.
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def cache_local(self):
|
||||||
|
tty.msg("Sources for DIY stages are not cached")
|
||||||
|
|
||||||
def _get_mirrors():
|
def _get_mirrors():
|
||||||
"""Get mirrors from spack configuration."""
|
"""Get mirrors from spack configuration."""
|
||||||
|
Loading…
Reference in New Issue
Block a user