blob: 15720193a1d414ef82ccde0478bfde10cc1fb985 [file] [edit]
#!/usr/bin/env bash
# This scripts build the etcd binaries
# To build the tools, run `build_tools.sh`
set -euo pipefail
source ./scripts/test_lib.sh
source ./scripts/build_lib.sh
# only build when called directly, not sourced
if echo "$0" | grep -E "build(.sh)?$" >/dev/null; then
run_build etcd_build
fi