Skip to content

Commit ff555d3

Browse files
committed
remove --try-amend=keeppreviousinstall=True, add proper EB flags for builds and rebuilds
1 parent 909792e commit ff555d3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

EESSI-install-software.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -390,11 +390,7 @@ else
390390
echo_green "Feeding easystack file ${easystack_file} to EasyBuild..."
391391

392392
if [[ ${easystack_file} == *"/rebuilds/"* ]]; then
393-
# the removal script should have removed the original directory and created a new and empty one
394-
# to work around permission issues:
395-
# https://github.com/EESSI/software-layer/issues/556
396-
echo_yellow "This is a rebuild, so using --try-amend=keeppreviousinstall=True to reuse the already created directory"
397-
${EB} --easystack ${easystack_file} --robot --try-amend=keeppreviousinstall=True
393+
${EB} --easystack ${easystack_file} --rebuild
398394
else
399395
${EB} --easystack ${easystack_file} --robot
400396
fi

0 commit comments

Comments
 (0)