eth-cscs / stackinator

https://eth-cscs.github.io/stackinator/
BSD 3-Clause "New" or "Revised" License
19 stars 15 forks source link

New version of spack seems to break the tool #115

Closed toxa81 closed 1 year ago

toxa81 commented 1 year ago

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 https://github.com/eth-cscs/alps-spack-stacks/pull/10

RMeli commented 1 year ago

The -m option was deprecated in 0.20 for removal in 0.21 (see https://github.com/eth-cscs/stackinator/pull/34#discussion_r1094541231). The mirror is now a positional argument.