Skip to content

Commit

Permalink
CI: avoid the legacy Bazel flag name auth_enabled (envoyproxy#17542)
Browse files Browse the repository at this point in the history
Risk Level: low
Testing: n/a
Docs Changes: n/a
Release Notes: n/a

Signed-off-by: Ulf Adams <ulf@engflow.com>
  • Loading branch information
ulfjack authored Jul 30, 2021
1 parent 38b6fd5 commit 2ba5bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2ba5bed

Please sign in to comment.