Skip to content

bazel_bootlin v0.3.0 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@matte1 matte1 released this 20 Dec 12:12
· 1 commit to master since this release
142c354

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.3.0",
    sha256 = "e1b53b0b21116327c6057db07604666ed6705343179dd2213458a171d54782a9",
    url = "https://github.com/agoessling/bazel_bootlin/archive/refs/tags/v0.3.0.zip",
)

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

bootlin_all_toolchain_deps()