feat(bash): startup-scripts reworked + bash scripts workflow integration (#22401)
This commit is contained in:
5
conf/dist/config.sh
vendored
5
conf/dist/config.sh
vendored
@@ -14,6 +14,10 @@ BINPATH="$AC_PATH_ROOT/env/dist"
|
||||
# Change it if you really know what you're doing.
|
||||
# OSTYPE=""
|
||||
|
||||
# Configuration for the installer to skip the MySQL installation.
|
||||
# This is useful when your MySQL is in a container or another machine.
|
||||
SKIP_MYSQL_INSTALL=${SKIP_MYSQL_INSTALL:-false}
|
||||
|
||||
# When using linux, our installer automatically get information about your distro
|
||||
# using lsb_release. If your distro is not supported but it's based on ubuntu or debian,
|
||||
# please change it to one of these values.
|
||||
@@ -84,6 +88,7 @@ CCOREPCH=${CCOREPCH:-ON}
|
||||
CAPPS_BUILD=${CAPPS_BUILD:-all}
|
||||
|
||||
# build tools list variable
|
||||
# example: none, db-only, maps-only, all
|
||||
CTOOLS_BUILD=${CTOOLS_BUILD:-none}
|
||||
|
||||
# build apps list
|
||||
|
||||
Reference in New Issue
Block a user