Skip to content

Commit

Permalink
Change default build directory in installer to build. (netdata#16768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin authored Jan 15, 2024
1 parent 42461eb commit f6bdba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coverity-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion netdata-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6bdba2

Please sign in to comment.