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

Deconcretizer

parent ca2b5043
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,12 @@ then
while read -r spec
do
echo "Deconcretizing ${spec}"
${STACK_LOCATION}/spack/bin/spack --color=always -e ${environment} deconcretize --all ${spec}
${STACK_LOCATION}/spack/bin/spack \
--color=always \
-e ${environment} \
deconcretize \
--all --yes-to-all \
${spec}
done <<< $(cat /deconcretize/${stack}_${environment}_${SQUASHFS_ID})
fi
......
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