From 340dfd2e89abe407978dea597fdf1b4cf92b5d88 Mon Sep 17 00:00:00 2001 From: Marcel Hlopko Date: Fri, 19 Oct 2018 11:33:01 +0200 Subject: [PATCH] Reenable rules_closure https://github.com/bazelbuild/rules_closure/pull/286 was merged --- buildkite/bazelci.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 856f17f05f..6027194ca4 100644 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -110,11 +110,10 @@ "git_repository": "https://github.com/bazelbuild/rules_apple.git", "http_config": "https://raw.githubusercontent.com/bazelbuild/rules_apple/master/.bazelci/presubmit.yml" }, - #TODO(rules_closure#286): Re-enable once PR is accepted -# "rules_closure": { -# "git_repository": "https://github.com/bazelbuild/rules_closure.git", -# "http_config": "https://raw.githubusercontent.com/bazelbuild/rules_closure/master/.bazelci/presubmit.yml" -# }, + "rules_closure": { + "git_repository": "https://github.com/bazelbuild/rules_closure.git", + "http_config": "https://raw.githubusercontent.com/bazelbuild/rules_closure/master/.bazelci/presubmit.yml" + }, "rules_d": { "git_repository": "https://github.com/bazelbuild/rules_d.git", "http_config": "https://raw.githubusercontent.com/bazelbuild/rules_d/master/.bazelci/presubmit.yml"