How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
A collection of Bazel C++ build infrastructure based on Chromium's LLVM toolchain. There are tags corresponding to Chromium releases. The build targets currently supported are Linux x64 and macOS. As in Chromium, the Linux toolchain has a sysroot, bundled copies of binutils, and a copy of…
This is a fully-hermetic Bazel GCC toolchain for Linux that provides cross-compilation support for multiple architectures. The toolchain includes custom-built GCC binaries and sysroots optimized for performance and portability. You can find the comprehensive documentation under docs.
At this point it is relatively easy to add support for new architectures, that have gcc based compilers. In future we will be adding clang support, so that we can make use of clangs static-analyzers. If you would like an architecture added to this repository let us know.
See notes on the release for how to get started.
The main features of grailbio/bazel-toolchain are: Language Rules, Toolchain Configuration.
Open-source alternatives to grailbio/bazel-toolchain include: vsco/bazel-toolchains — A collection of Bazel C++ build infrastructure based on Chromium's LLVM toolchain. There are tags corresponding to… dan-compton/ecsonnet. f0rmiga/gcc-toolchain — This is a fully-hermetic Bazel GCC toolchain for Linux that provides cross-compilation support for multiple… filmil/bazel-ebook — | Workflow | Status | |---|---| | Build | | | Publish to my custom Bazel registry | | | Publish to official Bazel… hedronvision/bazel-make-cc-https-easy — What is this project trying to do for me? bazelembedded/bazel-embedded — At this point it is relatively easy to add support for new architectures, that have gcc based compilers. In future we…