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

Copying config and changing mirror parameter

parent d5920af9
No related branches found
No related tags found
No related merge requests found
Pipeline #179359 failed
...@@ -90,6 +90,12 @@ spack:setup: ...@@ -90,6 +90,12 @@ spack:setup:
fi fi
- mkdir -p /stack/spack/etc - mkdir -p /stack/spack/etc
- cp mirrors.yaml /stack/spack/etc
- cp repos.yaml /stack/spack/etc
- cp packages.yaml /stack/spack/etc
- 'echo "config: { install_tree: { root: /stack/spack/opt/spack } }" > /stack/spack/etc/config.yaml' - 'echo "config: { install_tree: { root: /stack/spack/opt/spack } }" > /stack/spack/etc/config.yaml'
...@@ -115,7 +121,7 @@ spack:install_compilers: ...@@ -115,7 +121,7 @@ spack:install_compilers:
--use-cache --use-cache
${COMPILER_LIST_SPECS} ${COMPILER_LIST_SPECS}
- /spack/spack/bin/spack buildcache create --update-index --signed scitas-buildcache ${COMPILER_LIST_SPECS} - /spack/spack/bin/spack buildcache create --update-index --signed /buildcache ${COMPILER_LIST_SPECS}
- | - |
echo 'definitions: [ compilers: [' ${COMPILER_LIST_SPECS} ']]' > compiler_definitions.yaml echo 'definitions: [ compilers: [' ${COMPILER_LIST_SPECS} ']]' > compiler_definitions.yaml
......
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