We used to install Spack on CSCS systems using EasyBuild. After the 4.4.2 release, the tag option from git_config doesn't change to the correct develop branch of Spack. EB outputs the warning and it fails to change branches:
...
... cmd "git checkout refs/tags/develop" exited with exit code 1 and output:
...
WARNING: Tag develop was not downloaded in the first try due to https://github.com/spack/spack containing a branch with the same name. You might want to alert the maintainers of spack about that issue.
I have tested and confirmed that versions are 4.4.2 and 4.5.0 give this error, while 4.4.1 works.
The easyconfig file that we use can be found here.
I suggest to try to reproduce the error using
eb Spack-daint-git-develop.eb --force-download -f
We used to install Spack on CSCS systems using EasyBuild. After the 4.4.2 release, the
tagoption fromgit_configdoesn't change to the correctdevelopbranch of Spack. EB outputs the warning and it fails to change branches:I have tested and confirmed that versions are 4.4.2 and 4.5.0 give this error, while 4.4.1 works.
The easyconfig file that we use can be found here.
I suggest to try to reproduce the error using