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.
1 parent 491e3a4 commit 5672ddfCopy full SHA for 5672ddf
misc/bazel/internal/zipmerge/BUILD.bazel
@@ -20,9 +20,9 @@ cc_binary(
20
cc_test(
21
name = "test",
22
size = "small",
23
- linkstatic = True, # required to build the test in the internal repo
24
srcs = ["zipmerge_test.cpp"],
25
data = glob(["test-files/*"]),
+ linkstatic = True, # required to build the test in the internal repo
26
deps = [
27
":lib",
28
"@bazel_tools//tools/cpp/runfiles",
0 commit comments