bazel_bootlin v0.2.0 Release
Pre-release
Pre-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()