Skip to content

Release 0.0.6

Compare
Choose a tag to compare
@aiuto aiuto released this 26 Aug 19:30
· 49 commits to main since this release
380c85c

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
    ],
    sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca",
)

If you use WORKSPACE rather than bzlmod, you will also need to depend on rules_license. Pick the latest one from bazelbuild/rules_license/releases.

This release adds new os values: haiku, fuschia, and chromiumos