Skip to content

Commit

Permalink
Merge #74730
Browse files Browse the repository at this point in the history
74730: backupccl: add libgeos to BUILD.bazel r=rickystewart a=stevendanna

This is required when using randgen so that libgeos can be initialized
when a geometric type is generated.

Fixes #73895

Release note: None

Co-authored-by: Steven Danna <[email protected]>
  • Loading branch information
craig[bot] and stevendanna committed Jan 12, 2022
2 parents 30d2f0f + 0c593ee commit 41f3ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccl/backupccl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ go_test(
"split_and_scatter_processor_test.go",
"system_schema_test.go",
],
data = glob(["testdata/**"]),
data = glob(["testdata/**"]) + ["@cockroach//c-deps:libgeos"],
embed = [":backupccl"],
deps = [
"//pkg/base",
Expand Down

0 comments on commit 41f3ba1

Please sign in to comment.