From 2ba5beda1bb9718ab0da4e820f42e04a4aa42aa7 Mon Sep 17 00:00:00 2001 From: Ulf Adams Date: Fri, 30 Jul 2021 23:06:38 +0200 Subject: [PATCH] CI: avoid the legacy Bazel flag name auth_enabled (#17542) Risk Level: low Testing: n/a Docs Changes: n/a Release Notes: n/a Signed-off-by: Ulf Adams --- .bazelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 2b2b0bad1f81..52382f91ec00 100644 --- a/.bazelrc +++ b/.bazelrc @@ -220,7 +220,7 @@ build:remote --strategy=Javac=remote,sandboxed,local build:remote --strategy=Closure=remote,sandboxed,local build:remote --strategy=Genrule=remote,sandboxed,local build:remote --remote_timeout=7200 -build:remote --auth_enabled=true +build:remote --google_default_credentials=true build:remote --remote_download_toplevel # Windows bazel does not allow sandboxed as a spawn strategy @@ -229,7 +229,7 @@ build:remote-windows --strategy=Javac=remote,local build:remote-windows --strategy=Closure=remote,local build:remote-windows --strategy=Genrule=remote,local build:remote-windows --remote_timeout=7200 -build:remote-windows --auth_enabled=true +build:remote-windows --google_default_credentials=true build:remote-windows --remote_download_toplevel build:remote-clang --config=remote