Skip to content

Commit fbe1b56

Browse files
committed
Zipmerge: link test statically
1 parent 332d178 commit fbe1b56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/bazel/internal/zipmerge/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ cc_binary(
2020
cc_test(
2121
name = "test",
2222
size = "small",
23+
linkstatic = True, # required to build the test in the internal repo
2324
srcs = ["zipmerge_test.cpp"],
2425
data = glob(["test-files/*"]),
2526
deps = [

0 commit comments

Comments
 (0)