Skip to content

Commit

Permalink
Free package folder after build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Feb 16, 2025
1 parent 365e6ce commit cdff84d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ function build_source {
ici_warn "No package.xml or setup.py found"
exit_code=0
fi
rm -rf "${PKG_FOLDERS[$idx]}" # free disk space

if [ "$exit_code" != 0 ] ; then
case "$exit_code" in
Expand Down

0 comments on commit cdff84d

Please sign in to comment.