commit | cffae2b7d0815fa3cbb4e9a2ecc030906b38dcae | [log] [tgz] |
---|---|---|
author | Alex Thompson <alex@128technology.com> | Wed May 29 06:17:48 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 29 06:22:19 2019 -0700 |
tree | 83a65a07c85f1baa22278812b84a76c4a957e91e | |
parent | 1bfedba2fa4acdcf5b09bb8b9810e305a40af4f9 [diff] |
Fixed Python 3 incompatibility in make_rpm tool This addresses #7914 , i.e. allowing the `pkg_rpm` rule to be used with either a PY2 or PY3 host configuration, by fixing a Python 3 incompatibility in `make_rpm.py`. I added a test case that ensures the fixed codepath is covered. It effectively fakes out the `rpmbuild` executable with a shell script, so I'm not sure if there will be concerns with cross-platform compatibility. If so, I could create a Python script for this, or I'm open to other suggestions. Closes #8429. PiperOrigin-RevId: 250477353
{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.