From b950c610d4e41ee6bbfc9476020546548c20100d Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 27 Sep 2025 13:36:14 +0200 Subject: feat(bash): test command in dashboard + fix tests (#23030) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- conf/dist/config.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'conf/dist/config.sh') diff --git a/conf/dist/config.sh b/conf/dist/config.sh index 1f956ca70e..e33d19f212 100644 --- a/conf/dist/config.sh +++ b/conf/dist/config.sh @@ -108,6 +108,15 @@ CCUSTOMOPTIONS=${CCUSTOMOPTIONS:-''} AC_CCACHE=${AC_CCACHE:-false} export CCACHE_DIR=${CCACHE_DIR:-"$AC_PATH_VAR/ccache"} +# +# Enable running the cmake install as root +# Installing as root allows to set the SUID bit on +# the worldserver binary. This is required if you want +# to bind the worldserver to reserved ports +# Default: 0 (false) +# +export AC_ENABLE_ROOT_CMAKE_INSTALL=${AC_ENABLE_ROOT_CMAKE_INSTALL:-0} + ############################################## # # GOOGLE PERF TOOLS -- cgit v1.2.3