bazel_bootlin v0.1.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.1.0",
sha256 = "74d1d4e1e1a92536cdaa916a80b4e7b5f8ab5372f98f4f9defcb90c80d8acd1f",
url = "https://github.com/agoessling/bazel_bootlin/archive/refs/tags/v0.1.0.zip",
)
load("@bazel_bootlin//toolchains:toolchains.bzl", "bootlin_all_toolchain_deps")
bootlin_all_toolchain_deps()