commit | 98be14f08b6811ca74ca3a01e204e3b9e9cb1a3b | [log] [tgz] |
---|---|---|
author | Olivier Chafik <ochafik@users.noreply.github.com> | Wed Nov 29 07:34:49 2017 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Nov 29 07:36:44 2017 -0800 |
tree | 83fe1e4c7c94ce5b3139b7178deb9a499bbb2a11 | |
parent | f358943e39e9ce4b5b46c99b45e8b2cc6914f901 [diff] |
Add . to the bootstrap protoc include paths This fixes the following error I got when building from scratch on Raspbian: ``` src/main/protobuf/invocation_policy.proto: File not found. src/main/protobuf/command_line.proto: File not found. ``` Note: ``` protoc --version libprotoc 3.0.0 ``` Closes #4187. PiperOrigin-RevId: 177306773
{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.