WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0cf15e3

Browse files
committed
lib / main-config.sh: enable APA extension for questing and resolute builds. Closes: #8966
1 parent 6a64c9a commit 0cf15e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/functions/configuration/main-config.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,10 @@ function do_main_configuration() {
321321
;;
322322
esac
323323

324-
# enable APA extension for Debian Unstable release
325-
# loong64 is not supported now
326-
[ "$RELEASE" = "sid" ] && [ "$ARCH" != "loong64" ] && enable_extension "apa"
324+
# enable APA extension for latest Ubuntu and Debian release pockets
325+
# FIXME: drop this paragraph when APA becomes the default
326+
# FIXME: loong64 is not supported now
327+
[[ "$RELEASE" =~ ^(sid|questing|resolute)$ ]] && [[ "$ARCH" != "loong64" ]] && enable_extension "apa"
327328

328329
## Extensions: at this point we've sourced all the config files that will be used,
329330
## and (hopefully) not yet invoked any extension methods. So this is the perfect

0 commit comments

Comments
 (0)