Skip to content

Commit

Permalink
Allow certain daily builds to disable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Nov 27, 2024
1 parent 4708c58 commit e71da4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daily-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ alibuild_args=(
--jobs "${JOBS:-${MAX_CORES:-$(nproc)}}"
--reference-sources mirror
${ARCHITECTURE:+--architecture "$ARCHITECTURE"}
${ALIBUILD_DISABLE:+--disable "$ALIBUILD_DISABLE"}
${DEFAULTS:+--defaults "$DEFAULTS"}
build "$main_pkg"
)
Expand Down

0 comments on commit e71da4f

Please sign in to comment.