mirror of
https://github.com/google/brotli.git
synced 2026-07-09 02:08:06 +00:00
bazel error no such package '@org_brotli// #481
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ly0511 on GitHub (Sep 18, 2023).
I wrote a golang program and import "github.com/google/brotli/go/cbrotli". When I used bazel to compile the golang program, the following error occurred.

I don't know why and how to solve it
@eustas commented on GitHub (Nov 27, 2023):
Will take a look soon
@eustas commented on GitHub (Nov 28, 2023):
I believe you also need to add reference to
org_brotli(that is project in the root of this repo) to yourWORKSPACEfile. Going to check if this could be zero-effort.@eustas commented on GitHub (Nov 28, 2023):
If you share a snippet of project that has this problem I'll try to tinker it. When it works we would be able to add the necessary steps to README.
@eustas commented on GitHub (Jan 5, 2024):
Going to release v1.1.1 soon which could be published on BCR.
@yesudeep commented on GitHub (Apr 12, 2024):
Could we please get this published on the BCR?