Skip to content

Commit 781b247

Browse files
authored
Export zoneinfo from go sdk. (bazel-contrib#2596)
To run the CockroachDB node, you need to [provide an archive of time zones from your environment](https://www.cockroachlabs.com/docs/v20.1/known-limitations.html#location-based-time-zone -names). And when using Bazel, it would be very convenient to use this `zoneinfo.zip` from the sdk provided by the role_go.
1 parent 970c719 commit 781b247

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go/private/BUILD.sdk.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,8 @@ filegroup(
6969
"pkg/**",
7070
]),
7171
)
72+
73+
exports_files(
74+
["lib/time/zoneinfo.zip"],
75+
visibility = ["//visibility:public"],
76+
)

0 commit comments

Comments
 (0)