commit | 7aace9c8dbf9257a0f5f6abb4d928b854cc5085f | [log] [tgz] |
---|---|---|
author | iirina <elenairina@google.com> | Mon Mar 18 05:41:55 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 18 05:43:37 2019 -0700 |
tree | 1aa8377d91aadf38ebfa1fbf156b66c2579d55ae | |
parent | 6f52fcaa3eec51f465ebb5c6a2c0e1361de821aa [diff] |
Zip Java tools for windows Create a zip archive for the remote Java tools for Windows instead of a tar, which can not be parsed on some other platforms. Bazel doesn't have the equivalent of a `pkg_zip` rule and this PR introduces two new scripts that use `zip` directly: `third_party/merge_zip_files.sh`: merges all the given `zip` files into a single `zip` `third_party/zip_files.sh`: archives all the inputs files under the given directory structure in the output `zip` file Partial merge of #7708. PiperOrigin-RevId: 238969545
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.