From 30660c7bff05a5ffa3fb7a1341f386d69dfded9b Mon Sep 17 00:00:00 2001 From: Marcel Hlopko Date: Fri, 29 Mar 2019 14:47:57 +0100 Subject: [PATCH] Disable tensorflow and rules_rust Because --incompatible_disable_legacy_cc_provider https://github.com/bazelbuild/rules_rust/issues/200 https://github.com/tensorflow/tensorflow/issues/26388 --- buildkite/bazelci.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index bb0ccbe0e1..d192b6d1ab 100644 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -254,6 +254,7 @@ "git_repository": "https://github.com/bazelbuild/rules_rust.git", "http_config": "https://raw.githubusercontent.com/bazelbuild/rules_rust/master/.bazelci/presubmit.yml", "pipeline_slug": "rules-rust-rustlang", + "disabled_reason": "https://github.com/bazelbuild/rules_rust/issues/200", }, "rules_sass": { "git_repository": "https://github.com/bazelbuild/rules_sass.git", @@ -294,6 +295,7 @@ "git_repository": "https://github.com/tensorflow/tensorflow.git", "http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/tensorflow-postsubmit.yml", "pipeline_slug": "tensorflow", + "disabled_reason": "https://github.com/tensorflow/tensorflow/issues/26388", }, "Tulsi": { "git_repository": "https://github.com/bazelbuild/tulsi.git",