We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 474a248 + 8294ea5 commit 5b20b9aCopy full SHA for 5b20b9a
dialyze.bzl
@@ -14,12 +14,14 @@ DIALYZE_TAG = "dialyze"
14
def plt(
15
for_target = None,
16
apps = None,
17
+ testonly = True,
18
**kwargs):
19
if for_target == None and apps == None:
20
apps = DEFAULT_PLT_APPS
21
_plt(
22
for_target = for_target,
23
apps = apps,
24
+ testonly = testonly,
25
**kwargs
26
)
27
xref2.bzl
@@ -29,6 +29,7 @@ def xref(
29
30
xref_query(
31
name = name + "-query",
32
33
target = target,
34
is_windows = select({
35
"@bazel_tools//src/conditions:host_windows": True,
0 commit comments