For example: 
https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.21.1.zip
after unzip this, i don't see the BUILD.bazel under: src/google/protobuf 

Anyone know why? or this is a bug?

the reason why i am asking:
I am trying to create a project which will depends on 
the @com_google_protobuf//src/google/protobuf:protobuf,  so i add following 
to my workspace and refer this, and I got error due to the missing 
BUILD.bazel.

http_archive(
name = "my_com_google_protobuf",
url = 
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.21.1.zip";,
sha256 = "2d9084d3dd13b86ca2e811d2331f780eb86f6d7cb02b405426e3c80dcbfabf25",
)

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/7831c0ae-eba6-4b09-91d9-e0b4d8e607a9n%40googlegroups.com.

Reply via email to