You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/rbe_configs_gen/rbe_configs_gen.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ var (
35
35
36
36
// Optional input arguments.
37
37
bazelVersion=flag.String("bazel_version", "", "(Optional) Bazel release version to generate configs for. E.g., 4.0.0. If unspecified, the latest available Bazel release is picked.")
38
+
bazelPath=flag.String("bazel_path", "", "(Optional) Path to preinstalled Bazel within the container. If unspecified, Bazelisk will be downloaded and installed.")
38
39
39
40
// Arguments affecting output generation not specific to either C++ or Java Configs.
40
41
outputTarball=flag.String("output_tarball", "", "(Optional) Path where a tarball with the generated configs will be created.")
0 commit comments