Skip to content

bazel_bootlin v0.2.0 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@agoessling agoessling released this 26 Aug 16:52
· 2 commits to master since this release

To incorporate bazel_bootlin toolchains into your project, copy the following into your
WORKSPACE file.

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazel_bootlin",
    strip_prefix = "bazel_bootlin-0.2.0",
    sha256 = "3f199458adef05bad1834bb2dfc20845965c47e4c763e5819a2421e87471191c",
    url = "https://github.com/agoessling/bazel_bootlin/archive/refs/tags/v0.2.0.zip",
)

load("@bazel_bootlin//toolchains:toolchains.bzl", "bootlin_all_toolchain_deps")

bootlin_all_toolchain_deps()