composite/nightly: clear /usr/obj after a full run

We do this to avoid /usr/obj longering causing it to be caught in
ZFS snapshots allegedly done by freebsd-update reducing our available
space ever so slightly until nothing works anymore.
This commit is contained in:
Franco Fichtner 2023-12-01 08:54:08 +01:00
parent ae0e6b48df
commit d0e6c47d7c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ fi
STAGE1=${STAGE1:-"clean-obj update info base kernel xtools distfiles clean-${CLEAN}"}
# Stage 2 centers around ports, packages and QA for partial or full rebuild
STAGE2=${STAGE2:-"options ports plugins core audit test"}
STAGE2=${STAGE2:-"options ports plugins core audit test clean-obj"}
# Do not error out on these optional targets
NOERROR=${NOERROR:-"distfiles options audit test"}