commit | 1ae81a5ac1fe7d498fed44f0d6ef1e3532e7aae4 | [log] [tgz] |
---|---|---|
author | pcloudy <pcloudy@google.com> | Tue Oct 15 02:17:04 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 15 02:18:09 2019 -0700 |
tree | a42920b38747f5956a05af0329cceb1953a64995 | |
parent | fe67c70cc43d910465dc415286118a81ad7eece4 [diff] |
Build bazel binary with .exe extension This is required to make sure https://github.com/bazelbuild/continuous-integration/pull/850 works. RELNOTES: None PiperOrigin-RevId: 274759608
diff --git a/.bazelci/build_bazel_binaries.yml b/.bazelci/build_bazel_binaries.yml index 0d58de5..28106ed 100644 --- a/.bazelci/build_bazel_binaries.yml +++ b/.bazelci/build_bazel_binaries.yml
@@ -31,4 +31,4 @@ - "-c" - "opt" build_targets: - - "//src:bazel" + - "//src:bazel.exe"