commit | 6d73b9619026c536bb9e64f69b515d015b18bf67 | [log] [tgz] |
---|---|---|
author | Googler <asmundak@google.com> | Fri Jun 03 10:11:00 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 03 10:12:48 2022 -0700 |
tree | db4f1c3df8f9a3b3f0941fc33e4508f099d4fb78 | |
parent | 358bfd0824145b043a108504c961b6eff46baa9b [diff] |
Optionally include file contents for the file write action. For the action created by the `ctx.actions.write` call, return the files's contents in the `bazel aquery --include_file_write_contents ...` output. With `--output=<...>proto`, the file contents is the value of the `file_contents` field. With `--output=text`, show Base64-encoded file contents as the value of `FileWriteContents:` (e.g., if the file contains "hello world", the output will have ` FileWriteContents: [aGVsbG8gd29ybGQ=]` line. PiperOrigin-RevId: 452789828 Change-Id: I0bde308cc1ebd1ed45f800542307009c005bb33d
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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:
To report a security issue, please email security@bazel.build with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. Our vulnerability management team will respond within 3 working days of your email. If the issue is confirmed as a vulnerability, we will open a Security Advisory. This project follows a 90 day disclosure timeline.
See CONTRIBUTING.md