-
Notifications
You must be signed in to change notification settings - Fork 177
Description
Hi there, I'm creating an issue to see if there is a way we can get the latest version published to the bazel registry. It seems like the latest version is 1.3.8 which is a bit outdated.
It seems like importing circl via bzlmod this way is a good way to resolve the amd64 compilation issues (due to missing header) from issues like this: bazel-contrib/rules_go#3799 (comment) and bazel-contrib/bazel-gazelle#1421
This would be a big help to not have to do a hacky patch like https://github.com/satreix/everest/blob/7026e38065d2dece92a1bced59083f85928bf638/third_party/go/deps.bzl#L103-L104
Longer term, I wonder if it's possible to help resolve this issue in general via a contribution to circl? Unfortunately I'm not an expert on bazel / gazelle / circl so I'm not sure of the best solution here. Thanks for the help and any insights! This would definitely reduce a lot of the friction when using this library via bazel