Skip to content

Commit

Permalink
Add support for bazel option "--remote_cache="
Browse files Browse the repository at this point in the history
Add "--remote_cache=" to the list of overridable bazel options
  • Loading branch information
acatxnamedvirtue authored and achew22 committed Apr 23, 2024
1 parent ee0e6e5 commit ab9c7d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ibazel/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ var overrideableBazelFlags []string = []string{
"--output_groups=",
"--override_repository=",
"--platforms",
"--remote_cache=",
"--repo_env",
"--runs_per_test=",
"--run_under=",
Expand Down

0 comments on commit ab9c7d4

Please sign in to comment.