summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Yu <zachyu@google.com>2020-05-07 16:27:31 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2020-05-08 23:44:37 +0000
commitccaabd2365a03cdf6f71bab80c258d5d8ce9ce3a (patch)
tree7577e77d6bda8a7c0bf41f33de9657f9e23b31ab
parent3a405293abae3c441d6cacd7610dffaf4ab9e55b (diff)
downloaddata-binding-ccaabd2365a03cdf6f71bab80c258d5d8ce9ce3a.tar.gz
Don't build certain tasks on mac.
These (actually the runtimeLibrariesSupport) targets seems to be causing the mac builders to hang indefinitely. Therefore disabling them on mac to verify. Test: Presubmits Bug: 155772061 Change-Id: Ic2ec8098ec03ad63865b3da14b132166e60eb5a7
-rw-r--r--BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index deeef24b..7ec7436f 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -360,6 +360,7 @@ gradle_build(
"//tools/base/build-system:gradle_plugin_repo.zip",
":external_deps.zip",
],
+ tags = ["no_mac"],
tasks = ["createArchive"],
)
@@ -391,6 +392,7 @@ gradle_build(
"//tools/base/build-system:gradle_plugin_repo.zip",
":external_deps.zip",
],
+ tags = ["no_mac"],
tasks = ["createArchive"],
)
@@ -425,5 +427,6 @@ merge_jars(
"//tools/data-binding:data_binding_runtime_support.zip",
"//tools/data-binding:data_binding_runtime_androidx.zip",
],
+ tags = ["no_mac"],
visibility = ["//visibility:public"],
)