0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-13 17:19:11 +00:00

Change default build directory in installer to build. ()

This commit is contained in:
Austin S. Hemmelgarn 2024-01-15 08:31:47 -05:00 committed by GitHub
parent 42461eb080
commit f6bdba22ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ fi
CMAKE_OPTS="${ninja:+-G Ninja}"
BUILD_OPTS="VERBOSE=1"
[ -n "${ninja}" ] && BUILD_OPTS="-v"
NETDATA_BUILD_DIR="${NETDATA_BUILD_DIR:-./cmake-build-release/}"
NETDATA_BUILD_DIR="${NETDATA_BUILD_DIR:-./build/}"
if [ -f ".coverity-scan.conf" ]; then
source ".coverity-scan.conf"

View file

@ -1092,7 +1092,7 @@ fi
echo >&2
[ -n "${GITHUB_ACTIONS}" ] && echo "::group::Configuring Netdata."
NETDATA_BUILD_DIR="${NETDATA_BUILD_DIR:-./cmake-build-release/}"
NETDATA_BUILD_DIR="${NETDATA_BUILD_DIR:-./build/}"
rm -rf "${NETDATA_BUILD_DIR}"
# function to extract values from the config file