commit | 00b5dadc485f968bced9dc152d9f391a3dc1992b | [log] [tgz] |
---|---|---|
author | szakmary <43033064+szakmary@users.noreply.github.com> | Fri May 31 08:43:49 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 31 08:45:47 2019 -0700 |
tree | 251487bccc5628fa6fd8b3b7414485faf732ea9c | |
parent | 4f133090e80baa9c8e0d7e7e029d3ce0fb7f1f3f [diff] |
Fix pkg_deb depends_file bug At version 0.26.0 when depends_file attribute were to used, it generated an error: file ".../tools/build_defs/pkg/pkg.bzl", line 188, in _pkg_deb_impl ctx.file.depends No attribute 'depends' in file. Make sure there is a label type attribute marked as 'allow_single_file' with this name This should fix the issue. Closes #8518. PiperOrigin-RevId: 250892006
{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.