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 332d178 commit fbe1b56Copy full SHA for fbe1b56
misc/bazel/internal/zipmerge/BUILD.bazel
@@ -20,6 +20,7 @@ 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/*"]),
26
deps = [
0 commit comments