Build and test software of any size, quickly and reliably

Technologies
c/c++, java, windows, bazel
Topics
build tools, developer tools
Build and test software of any size, quickly and reliably

Bazel is the build tool behind Google's own builds, publicly available on GitHub since 2015. Bazel is a multi-language and multi-platform build tool that runs Linux, macOS, and Windows, and has built-in support for C++, Java, Android, iOS, and more. Bazel provides a simple but powerful extension model that you can use to develop your own build and test rules.

2019 Program

Successful Projects

Contributor
Marwan Tammam
Mentor
Laurent Le Brun
Organization
Bazel
Starlark language
Starlark language was designed for Bazel. The language has now a specification, 3 implementations (in Java, in Go, in Rust), and is used outside...
Contributor
Rong Jie Loo
Mentor
Laszlo/Bazel
Organization
Bazel
Sandboxing on Windows
Bazel on Linux already supports various ways to run actions in a sandbox (linux-sandbox, processwrapper-sandbox). We want to support sandboxing on...