Skip to content
Snippets Groups Projects
Commit 3b3b6a3e authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Change to develop to get include of definitions

parent a9ad6eed
No related branches found
No related tags found
No related merge requests found
Pipeline #179474 failed
......@@ -98,20 +98,12 @@ spack:setup:
- 'echo "config: { install_tree: { root: /stack/spack/opt/spack } }" > /stack/spack/etc/config.yaml'
- echo $SPACK_SYSTEM_CONFIG_PATH
- spack/bin/spack config blame mirrors
- spack/bin/spack config blame config
- |
if [ ! -d /buildcache/build_cache ]; then
spack/bin/spack gpg publish -d /buildcache
fi
- spack/bin/spack buildcache keys --install --trust
- spack/bin/spack buildcache update-index /buildcache
- spack/bin/spack buildcache list --allarch
spack:install_compilers:
......@@ -164,6 +156,7 @@ spack:concretize:
- .spack_cache
- .parallel_job
script:
- spack/bin/spack config blame definitions
- spack/bin/spack -e . concretize
needs:
- job: spack:install_compilers
......
{
"spack": {
"version": "v0.21.1",
"version": "develop",
"repos": {
"scitas-externals": {
"url": "https://gitlab.epfl.ch/SCITAS/software-stack/spack-repo-externals.git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment