Skip to content

Commit 423afff

Browse files
committed
debugging
1 parent a8f4d03 commit 423afff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.bazelci/system-test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set -e
55
set -u
66
set -o pipefail
77

8+
export USE_BAZEL_VERSION=4.2.2
9+
810
SRC_ROOT=$(dirname "$0")/..
911
SRC_ROOT=$(realpath "$SRC_ROOT")
1012
cd "$SRC_ROOT"
@@ -42,7 +44,7 @@ sleep 2
4244

4345
echo -n "Building test binary (no cache): "
4446
ti=$(date +%s)
45-
bazel build //:bazel-remote 2> /dev/null
47+
bazel build //:bazel-remote # 2> /dev/null
4648
tf=$(date +%s)
4749
duration=$((tf - ti))
4850
echo "${duration}s"

0 commit comments

Comments
 (0)