Skip to content

Commit 07a3f1c

Browse files
clydinalan-agius4
authored andcommitted
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.
1 parent f13db1d commit 07a3f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ test --test_output=errors
100100

101101
# Use the Angular team internal GCP instance for remote execution.
102102
build:remote --remote_instance_name=projects/internal-200822/instances/primary_instance
103-
build:remote --project_id=internal-200822
103+
build:remote --bes_instance_name=internal-200822
104104

105105
# Starting with Bazel 0.27.0 strategies do not need to be explicitly
106106
# defined. See https://github.com/bazelbuild/bazel/issues/7480

0 commit comments

Comments
 (0)