We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b97be commit e4c3969Copy full SHA for e4c3969
1 file changed
lib/functions/configuration/main-config.sh
@@ -322,7 +322,7 @@ function do_main_configuration() {
322
323
# enable APA extension for Debian Unstable release
324
# loong64 is not supported now
325
- [ "$RELEASE" = "sid" ] && [ "$ARCH" != "loong64" ] && enable_extension "apa"
+ # [ "$RELEASE" = "sid" ] && [ "$ARCH" != "loong64" ] && enable_extension "apa"
326
327
## Extensions: at this point we've sourced all the config files that will be used,
328
## and (hopefully) not yet invoked any extension methods. So this is the perfect
0 commit comments