Skip to content

Commit b775779

Browse files
iavclaude
andcommitted
DNM: allow 'questing' as build host release
Temporary workaround for building on Armbian 25.11 (questing). Do not merge into main — upstream should add this in their release cycle. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 48638ef commit b775779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/functions/host/host-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function obtain_and_check_host_release_and_arch() {
3333
#
3434
# NO_HOST_RELEASE_CHECK overrides the check for a supported host system
3535
# Disable host OS check at your own risk. Any issues reported with unsupported releases will be closed without discussion
36-
if [[ -z $HOSTRELEASE || "bookworm trixie forky sid jammy kinetic lunar vanessa vera victoria virginia wilma mantic noble resolute" != *"$HOSTRELEASE"* ]]; then
36+
if [[ -z $HOSTRELEASE || "bookworm trixie forky sid jammy kinetic lunar vanessa vera victoria virginia wilma mantic noble resolute questing" != *"$HOSTRELEASE"* ]]; then
3737
if [[ $NO_HOST_RELEASE_CHECK == yes ]]; then
3838
display_alert "You are running on an unsupported system" "${HOSTRELEASE:-(unknown)}" "wrn"
3939
display_alert "Do not report any errors, warnings or other issues encountered beyond this point" "" "wrn"

0 commit comments

Comments
 (0)