From f2e74c4c99cd7cf20db6587e67f0fe45e1f62b3f Mon Sep 17 00:00:00 2001 From: Zoraiz Mahmood <35128199+rzmahmood@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:29:56 +1100 Subject: [PATCH] no release flags --- build-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-dependencies.sh b/build-dependencies.sh index 6d626dd..be456c2 100755 --- a/build-dependencies.sh +++ b/build-dependencies.sh @@ -31,6 +31,6 @@ fi PRYSM_DIR=./dependencies/prysm GETH_DIR=./dependencies/go-ethereum -( cd $PRYSM_DIR && bazel build //cmd/beacon-chain:beacon-chain --config=release && bazel build //cmd/validator:validator --config=release && bazel build //cmd/prysmctl:prysmctl --config=release ) +( cd $PRYSM_DIR && bazel build //cmd/beacon-chain:beacon-chain && bazel build //cmd/validator:validator && bazel build //cmd/prysmctl:prysmctl ) ( cd $GETH_DIR && make all ) \ No newline at end of file