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

Adding debug echo

parent 22ab396e
No related branches found
No related tags found
No related merge requests found
Pipeline #194771 canceled
......@@ -76,6 +76,7 @@ if [ ! -d /buildcache/build_cache ]; then
fi
if ! spack/bin/spack mirror list | grep buildcache; then
echo "Add buildcache in mirrors"
spack/bin/spack mirror add \
--type binary \
--scope system \
......
......@@ -11,3 +11,12 @@ SPACK_SYSTEM_CONFIG_PATH=${STACK_LOCATION}/environment
SPACK_USER_CACHE_PATH=$(mktemp -p /tmp -d slurm_user_cache_XXXXXXX)
SPACK_USER_CONFIG_PATH=$(mktemp -p /tmp -d slurm_user_config_XXXXXXX)
echo "STACK_CONFIG_PATH: ${STACK_CONFIG_PATH}"
echo "STACK_CONFIG: ${STACK_CONFIG}"
echo "SPACK_VERSION: ${SPACK_VERSION}"
echo "MOUNT_POINT: ${MOUNT_POINT}"
echo "STACK_LOCATION: ${STACK_LOCATION}"
echo "SPACK_SYSTEM_CONFIG_PATH: ${SPACK_SYSTEM_CONFIG_PATH}"
echo "SPACK_USER_CACHE_PATH: ${SPACK_USER_CACHE_PATH}"
echo "SPACK_USER_CONFIG_PATH: ${SPACK_USER_CONFIG_PATH}"
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