Skip to content

Commit 0a03f18

Browse files
author
Caspar van Leeuwen
committed
Merge branch 'main' into fix_test_accelerator_override
2 parents d341916 + 66b8ffc commit 0a03f18

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

create_tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fi
6464

6565
# consider both CPU-only and accelerator subdirectories (if an accelerator was configured)
6666
sw_subdirs=${cpu_arch_subdir}
67-
if [ -n ${accel_subdir} ]; then
67+
if [ -n "${accel_subdir}" ]; then
6868
sw_subdirs="${sw_subdirs} ${cpu_arch_subdir}/${accel_subdir}"
6969
fi
7070
for subdir in ${sw_subdirs}; do

load_eessi_extend_module.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ if [ "${install_eessi_extend}" = true ] || [ "${rebuild_eessi_extend}" = true ];
115115
ok_msg="EESSI-extend/${EESSI_EXTEND_VERSION} installed, let's go!"
116116
fail_msg="Installing EESSI-extend/${EESSI_EXTEND_VERSION} failed, that's not good... (output: ${eessi_install_out})"
117117

118-
# while always adding --try-amend=keep... may do no harm, we could make
119-
# an attempt to figure out if it is needed, e.g., when we are rebuilding
120118
eb_args=""
121119
if [ "${rebuild_eessi_extend}" = true ]; then
122120
eb_args+="--rebuild"

0 commit comments

Comments
 (0)