aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulie <30670028+juliexxia@users.noreply.github.com>2020-07-31 12:39:19 -0400
committerGitHub <noreply@github.com>2020-07-31 12:39:19 -0400
commitd62d6f52d5a3937b423d9aa755c8f60ea5e04dd5 (patch)
tree36adf4b5b129ef6c4e08a8f09a3583f0992ab613
parent07922b040c3d8b8b0317e3dc687db625dd3e3cd4 (diff)
downloadbazel-skylib-d62d6f52d5a3937b423d9aa755c8f60ea5e04dd5.tar.gz
rm last usage of --experimental_build_setting_api (#260)
* rm last usage of --experimental_build_setting_api * Update bazel_federation to new version to get new stardoc
-rw-r--r--WORKSPACE4
-rw-r--r--docs/BUILD1
2 files changed, 2 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index efcedf9..d78cfad 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -17,8 +17,8 @@ rules_pkg_dependencies()
maybe(
name = "bazel_federation",
repo_rule = http_archive,
- sha256 = "506dfbfd74ade486ac077113f48d16835fdf6e343e1d4741552b450cfc2efb53",
- url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.1/bazel_federation-0.0.1.tar.gz",
+ sha256 = "b10529fcf8a464591e845588348533981e948315b706183481e0d076afe2fa3c",
+ url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.2/bazel_federation-0.0.2.tar.gz",
)
load("@bazel_federation//:repositories.bzl", "bazel_skylib_deps", "rules_go")
diff --git a/docs/BUILD b/docs/BUILD
index c05c220..1d5d0d8 100644
--- a/docs/BUILD
+++ b/docs/BUILD
@@ -133,6 +133,5 @@ stardoc(
name = "common_settings_docs",
out = "common_settings_doc_gen.md",
input = "//rules:common_settings.bzl",
- semantic_flags = ["--experimental_build_setting_api=True"],
deps = ["//rules:common_settings"],
)