eth-cscs / stackinator

Home Page:https://eth-cscs.github.io/stackinator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New version of spack seems to break the tool

toxa81 opened this issue · comments

I'm getting this error

spack -e ./gcc buildcache create --rebuild-index --allow-root --only=package -m alpscache \
$(spack --color=never -e ./gcc find --format '{name};{/hash}' | grep -v -E '^();' | cut -d ';' -f2)
==> Error: unrecognized arguments: -m

when trying to build eth-cscs/alps-uenv#10

The -m option was deprecated in 0.20 for removal in 0.21 (see #34 (comment)). The mirror is now a positional argument.