Skip to content
Snippets Groups Projects
Commit c8f5a8e4 authored by Jakob Kaiser's avatar Jakob Kaiser
Browse files

chore: dummy installation of packages not needed

Change-Id: I4659fd4765e46986d9f0e675ac176901344b2c02
parent 2cd9dc41
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,6 @@ cd "$HOME"
install_from_buildcache "${spack_packages[@]+"${spack_packages[@]}"}"
echo "DUMMY-INSTALLING PACKAGES"
for package in "${spack_packages[@]+"${spack_packages[@]}"}"; do
specfile="$(get_specfiles "${package}")"
if (( $(wc -l <"${specfile}") == 0 )); then
echo "ERROR: Failed to concretize ${package} for install." >&2
fi
done
echo "INSTALLING PACKAGES"
for package in "${spack_packages[@]+"${spack_packages[@]}"}"; do
# Disable cache because we already installed from build cache.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment