Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed Jun 6, 2024
1 parent a8f4d03 commit 423afff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .bazelci/system-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -e
set -u
set -o pipefail

export USE_BAZEL_VERSION=4.2.2

SRC_ROOT=$(dirname "$0")/..
SRC_ROOT=$(realpath "$SRC_ROOT")
cd "$SRC_ROOT"
Expand Down Expand Up @@ -42,7 +44,7 @@ sleep 2

echo -n "Building test binary (no cache): "
ti=$(date +%s)
bazel build //:bazel-remote 2> /dev/null
bazel build //:bazel-remote # 2> /dev/null
tf=$(date +%s)
duration=$((tf - ti))
echo "${duration}s"
Expand Down

0 comments on commit 423afff

Please sign in to comment.