-
Notifications
You must be signed in to change notification settings - Fork 477
Add brotli cgo bindings module #4734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@bazel-io skip_check unstable_url
Hello @bazelbuild/bcr-maintainers, modules without existing maintainers (brotli_go) have been updated in this PR. |
@bazel-io skip_check unstable_url |
@@ -0,0 +1,9 @@ | |||
{ | |||
"url": "https://github.com/google/brotli/archive/00c6df4d2f846f3d7d4fc42865af97337e9b545c.tar.gz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit does not correspond to the tag with the version. This is fine for testing it in the BCR CI but shouldn't but merged as is.
I see the following alternatives:
- Wait for the next tagged release and use that instead.
- Use the tarball from the last tagged version and use patch/overlay to add the go specific parts on BCR.
- Use a pseudo-version like 0.0.0-DATE-commit like other modules do. This might be confusing and not work well when mixed with semver versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added tag go/cbrotli/v1.1.0.bcr.0
. We not yet ready for next release...
What's stalled here? |
Had a detour to investigate if bazel + cgo + win is possible to fix. Concluded it is not worth it this evening. Will update PR tomorrow, so it will pass CI pipelines. |
@bazel-io skip_check unstable_url