From f46e953f6e0315a3f884154f9395a32ec9999eab Mon Sep 17 00:00:00 2001 From: Jon Brandvein Date: Fri, 18 Oct 2019 11:16:56 -0400 Subject: README improvements (#239) Follow-up to #237. Moves development workflow info to CONTRIBUTING.md. Fixes the instructions for how to use the Bazel Federation. --- WORKSPACE | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 6cd3456..b9ccadd 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -16,6 +16,10 @@ workspace(name = "rules_python") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") +# Load our production dependencies using the federation, except that instead of +# calling rules_python() (which would define the @rules_python repo), we just +# call rules_python_deps(). + http_archive( name = "bazel_federation", url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.1/bazel_federation-0.0.1.tar.gz", -- cgit v1.2.3