Skip to content

Commit ab9c7d4

Browse files
acatxnamedvirtueachew22
authored andcommitted
Add support for bazel option "--remote_cache="
Add "--remote_cache=" to the list of overridable bazel options
1 parent ee0e6e5 commit ab9c7d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/ibazel/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ var overrideableBazelFlags []string = []string{
6262
"--output_groups=",
6363
"--override_repository=",
6464
"--platforms",
65+
"--remote_cache=",
6566
"--repo_env",
6667
"--runs_per_test=",
6768
"--run_under=",

0 commit comments

Comments
 (0)