We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909792e commit ff555d3Copy full SHA for ff555d3
1 file changed
EESSI-install-software.sh
@@ -390,11 +390,7 @@ else
390
echo_green "Feeding easystack file ${easystack_file} to EasyBuild..."
391
392
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
+ ${EB} --easystack ${easystack_file} --rebuild
398
else
399
${EB} --easystack ${easystack_file} --robot
400
fi
0 commit comments