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
This commit is contained in:
Julie 2020-07-31 12:39:19 -04:00 committed by GitHub
parent 07922b040c
commit d62d6f52d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -17,8 +17,8 @@ rules_pkg_dependencies()
maybe( maybe(
name = "bazel_federation", name = "bazel_federation",
repo_rule = http_archive, repo_rule = http_archive,
sha256 = "506dfbfd74ade486ac077113f48d16835fdf6e343e1d4741552b450cfc2efb53", sha256 = "b10529fcf8a464591e845588348533981e948315b706183481e0d076afe2fa3c",
url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.1/bazel_federation-0.0.1.tar.gz", 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") load("@bazel_federation//:repositories.bzl", "bazel_skylib_deps", "rules_go")

View File

@ -133,6 +133,5 @@ stardoc(
name = "common_settings_docs", name = "common_settings_docs",
out = "common_settings_doc_gen.md", out = "common_settings_doc_gen.md",
input = "//rules:common_settings.bzl", input = "//rules:common_settings.bzl",
semantic_flags = ["--experimental_build_setting_api=True"],
deps = ["//rules:common_settings"], deps = ["//rules:common_settings"],
) )