-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bazel: Clean up configuration options
De-duplicate options for local and remote build configurations. Note, though, that we don't re-use build_shared configuration for default build configuration, e.g.: build --config=build_shared to avoid these confusing warnings during the build, when building non default configurations, e.g.: $ bazel build --config=java11 java/com/google/gerrit/common:server [...] WARNING: option '--java_language_version' was expanded to from both option '--config=build_shared' (source /home/davido/projects/gerrit2/.bazelrc) and option '--config=java11' (source command line options) Also remove unused remote-cache configuration options. Release-Notes: skip Change-Id: Ia557c949227b3038cbd62e4a0a3bad0f17d42218
- Loading branch information
1 parent
164321e
commit 6e51e8d
Showing
2 changed files
with
33 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters