Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Releases: bazelbuild/bazel-federation

0.0.2

28 Jul 19:47
8987189
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

This release brings a few core rules up to date.

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazel_federation",
    url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.2/bazel_federation-0.0.2.tar.gz",
    sha256 = "b10529fcf8a464591e845588348533981e948315b706183481e0d076afe2fa3c",
)

Using the rules

See the source.

0.0.1

03 Oct 15:52
df220c0
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

New Features

First alpha-test release.

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazel_federation",
    url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.1/bazel_federation-0.0.1.tar.gz",
    sha256 = "506dfbfd74ade486ac077113f48d16835fdf6e343e1d4741552b450cfc2efb53",
)

Using the rules

See the source.