mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
artifacts: introduce PRE_PREPARED_HOST=yes: allow running pre-prepared host CLI's for artifacts that require aggregation
This commit is contained in:
@@ -87,6 +87,7 @@ function artifact_armbian-desktop_cli_adapter_config_prep() {
|
||||
: "${DESKTOP_ENVIRONMENT_CONFIG_NAME:?DESKTOP_ENVIRONMENT_CONFIG_NAME is not set}"
|
||||
|
||||
# this requires aggregation, and thus RELEASE, but also everything else.
|
||||
declare -g artifact_version_requires_aggregation="yes"
|
||||
use_board="yes" allow_no_family="no" skip_kernel="no" prep_conf_main_only_rootfs_ni < /dev/null # no stdin for this, so it bombs if tries to be interactive.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user