You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# first check the CPU-only builds for this CPU target
80
-
echo "just run check_missing_installations.sh (should use easystacks/software.eessi.io/${EESSI_VERSION}/eessi-${EESSI_VERSION}-*.yml with latest EasyBuild release)"
77
+
echo "first run check_missing_installations.sh for CPU-only builds"
81
78
for easystack_file in $(EESSI_VERSION=${EESSI_VERSION} .github/workflows/scripts/only_latest_easystacks.sh); do
82
-
echo "check missing installations for ${easystack_file}..."
79
+
eb_version=$(echo ${easystack_file} | sed 's/.*eb-\([0-9.]*\).*.yml/\1/g')
80
+
echo "check missing installations for ${easystack_file} with EasyBuild ${eb_version}..."
0 commit comments