From 99b86b3f014ab5a84d31b501d27fb3db09fa68ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=B9d=C5=8Dng=20Y=C3=A1ng?= Date: Wed, 18 Aug 2021 23:42:05 +1000 Subject: [PATCH] Disable rules_gwt (#1213) See #1202. --- buildkite/bazelci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index a9e28bb7d9..e5e56a91b8 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -325,6 +325,7 @@ "git_repository": "https://github.com/bazelbuild/rules_gwt.git", "http_config": "https://raw.githubusercontent.com/bazelbuild/rules_gwt/master/.bazelci/presubmit.yml", "pipeline_slug": "rules-gwt", + "disabled_reason": "https://github.com/bazelbuild/continuous-integration/issues/1202", }, "rules_haskell": { "git_repository": "https://github.com/tweag/rules_haskell.git",