From 07a3f1cdcd8f8444f379978ef70725b23a2d3a07 Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Tue, 22 Feb 2022 11:15:39 -0500 Subject: [PATCH] build: change bazel project_id option to bes_instance_name The `--project_id` option was deprecated and renamed to `--bes_instance_name` in Bazel 5.0.0. --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index b319ebb75f..15db5f1890 100644 --- a/.bazelrc +++ b/.bazelrc @@ -100,7 +100,7 @@ test --test_output=errors # Use the Angular team internal GCP instance for remote execution. build:remote --remote_instance_name=projects/internal-200822/instances/primary_instance -build:remote --project_id=internal-200822 +build:remote --bes_instance_name=internal-200822 # Starting with Bazel 0.27.0 strategies do not need to be explicitly # defined. See https://github.com/bazelbuild/bazel/issues/7480