mirror of
https://github.com/netdata/netdata.git
synced 2025-04-26 05:47:20 +00:00
Change default build directory in installer to build
. (#16768)
This commit is contained in:
parent
42461eb080
commit
f6bdba22ae
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ fi
|
||||||
CMAKE_OPTS="${ninja:+-G Ninja}"
|
CMAKE_OPTS="${ninja:+-G Ninja}"
|
||||||
BUILD_OPTS="VERBOSE=1"
|
BUILD_OPTS="VERBOSE=1"
|
||||||
[ -n "${ninja}" ] && BUILD_OPTS="-v"
|
[ -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
|
if [ -f ".coverity-scan.conf" ]; then
|
||||||
source ".coverity-scan.conf"
|
source ".coverity-scan.conf"
|
||||||
|
|
|
@ -1092,7 +1092,7 @@ fi
|
||||||
echo >&2
|
echo >&2
|
||||||
|
|
||||||
[ -n "${GITHUB_ACTIONS}" ] && echo "::group::Configuring Netdata."
|
[ -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}"
|
rm -rf "${NETDATA_BUILD_DIR}"
|
||||||
|
|
||||||
# function to extract values from the config file
|
# function to extract values from the config file
|
||||||
|
|
Loading…
Add table
Reference in a new issue