aboutsummaryrefslogtreecommitdiff
path: root/third_party/jni/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/jni/BUILD.bazel')
-rw-r--r--third_party/jni/BUILD.bazel4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/jni/BUILD.bazel b/third_party/jni/BUILD.bazel
index 7f079226..3cbaba61 100644
--- a/third_party/jni/BUILD.bazel
+++ b/third_party/jni/BUILD.bazel
@@ -65,6 +65,8 @@ cc_import(
"//conditions:default": "@local_jdk//:lib/server/libjvm.dylib",
}),
system_provided = True,
+ # Workaround for https://github.com/bazelbuild/bazel/issues/12745
+ tags = ["manual"],
)
cc_import(
@@ -74,4 +76,6 @@ cc_import(
"//conditions:default": "@local_jdk//:lib/server/libjvm.so",
}),
system_provided = True,
+ # Workaround for https://github.com/bazelbuild/bazel/issues/12745
+ tags = ["manual"],
)