From d57a44b97387573b55a5d5b4c2d0e839401288e6 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Fri, 9 Sep 2022 11:43:15 -0500 Subject: [PATCH] Update bazel to 5.3.0 (LTS) (#11427) * update bazel version to 5.3.0 * Remove duplicated flags for test (inherits from build) --- .bazelrc | 3 --- .bazelversion | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index 4c8a309005..6d6e1fb381 100644 --- a/.bazelrc +++ b/.bazelrc @@ -13,7 +13,6 @@ coverage --define=coverage_enabled=1 # Fix for rules_docker. See: https://github.com/bazelbuild/rules_docker/issues/842 build --host_force_python=PY2 -test --host_force_python=PY2 run --host_force_python=PY2 # Networking is blocked for tests by default, add "requires-network" tag to your test if networking @@ -26,11 +25,9 @@ build --stamp # Prevent PATH changes from rebuilding when switching from IDE to command line. build --incompatible_strict_action_env -test --incompatible_strict_action_env run --incompatible_strict_action_env build --define blst_disabled=false -test --define blst_disabled=false run --define blst_disabled=false build:blst_disabled --define blst_disabled=true diff --git a/.bazelversion b/.bazelversion index 0062ac9718..03f488b076 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -5.0.0 +5.3.0