Skip to content

Releases: agoessling/bazel_bootlin

bazel_bootlin v0.3.0 Release

20 Dec 12:12
142c354
Compare
Choose a tag to compare
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.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()

bazel_bootlin v0.2.0 Release

26 Aug 16:52
Compare
Choose a tag to compare
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()

bazel_bootlin v0.1.0 Release

01 Mar 16:31
Compare
Choose a tag to compare
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()