Skip to content

Commit 5f0a37c

Browse files
authored
Add BES flags --bes_backend and --bes_keywords to overrideable flags. (#739)
1 parent 394b05e commit 5f0a37c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/ibazel/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ var overrideableBazelFlags []string = []string{
3838
"--action_env",
3939
"--announce_rc",
4040
"--aspects",
41+
"--bes_backend=",
42+
"--bes_keywords=",
4143
"--build_tag_filters=",
4244
"--build_tests_only",
4345
"--check_visibility=",

0 commit comments

Comments
 (0)