Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion EESSI-remove-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ if [ $EUID -eq 0 ]; then
app_dir=${EASYBUILD_INSTALLPATH}/software/${app}
app_module=${EASYBUILD_INSTALLPATH}/modules/all/${app}.lua
echo_yellow "Removing ${app_dir} and ${app_module}..."
rm -rf ${app_dir}
#chmod -R u+w ${app_dir}
rm -rf ${app_dir}/*
#mv ${app_dir} ${app_dir}.orig
rm -rf ${app_module}
done
else
Expand Down
3 changes: 3 additions & 0 deletions bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ else
# this is important, as otherwise the removed software will still be there
REMOVAL_TMPDIR=$(grep ' as tmp directory ' ${removal_outerr} | cut -d ' ' -f 2)
BUILD_STEP_ARGS+=("--resume" "${REMOVAL_TMPDIR}")

# purge cvmfs cache
# rm -rf /tmp/bot/EESSI/eessi.8Pu3nrRvdR/var-lib-cvmfs/*
fi

# prepare directory to store tarball of tmp for build step
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 2024-04-30
# Debug the issue observed in https://github.com/EESSI/software-layer/pull/546
easyconfigs:
- Python-3.11.5-GCCcore-13.2.0.eb
- hatchling-1.18.0-GCCcore-13.2.0.eb