Skip to content

Commit 84817f0

Browse files
author
Caspar van Leeuwen
committed
I don't believe this bootstrap is needed, we should be able to install e.g. 4.8.2 with 4.8.2. Let's just see if that works
1 parent c5b1aa0 commit 84817f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/generate_easystacks_for_existing_stack/stack_to_json_parallel.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ run_limited
5050
build_duration=$(( ($(date +%s -d "${build_time_end}") - $(date +%s -d "${build_time_start}")) / 60 ))
5151

5252
eb_version=$(bzgrep -oP "This is EasyBuild \K([0-9]+\.[0-9]+\.[0-9]+)" "${log_file}" | head -n 1)
53-
if [[ ${app_name} == "EasyBuild" ]] && [[ ${app_version} == ${eb_version} ]]; then
54-
eb_version=${EB_BOOTSTRAP}
55-
fi
53+
# if [[ ${app_name} == "EasyBuild" ]] && [[ ${app_version} == ${eb_version} ]]; then
54+
# eb_version=${EB_BOOTSTRAP}
55+
# fi
5656

5757
if [[ ${app_version} != *-* ]]; then
5858
toolchain="SYSTEM"

0 commit comments

Comments
 (0)