[protobuf] Re: BUILD.bazel in the src/google/protobuf are not included in the zip file?

2022-09-12 Thread 'Deanna Garcia' via Protocol Buffers
The upb branches are created to work together with the protobuf 
counterparts. The main upb branch needs to utilize the main protobuf 
branch. The 21.x branch in upb works with the 21.x branch in protobuf.

We don't have a date for the next release, we have some more features we 
are aiming to get in before we release. We don't track releases with github 
issues, there will be an email on this mailing list to announce it. 

On Monday, September 12, 2022 at 3:56:13 AM UTC-7 xavibon...@gmail.com 
wrote:

> Deanna, I've just found the same issue. The latest 
> https://github.com/protocolbuffers/upb cannot be used with any of the 
> current protobuf releases but only the main branch. Is it already known 
> approximately when a new version from the main branch will be released?
> Would it be ok to create a github issue to track it? In this way it could 
> be linked to the relevant github issues from other repositories.
>
> On Wednesday, 7 September 2022 at 23:27:12 UTC+2 deanna...@google.com 
> wrote:
>
>> We are currently in the process of increasing our bazel support in the 
>> protobuf repository. Unfortunately 3.21.1 was shipped without that bazel 
>> file as you can see in the 21.x branch 
>> . 
>> If you want to use that file you will either need to use the code on main 
>> branch or wait for the next release.
>>
>> On Saturday, September 3, 2022 at 9:58:05 PM UTC-7 mingjun wrote:
>>
>>> 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 protobuf+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/b18103b4-ad7a-4c33-9abc-4e6290a6b1a3n%40googlegroups.com.


[protobuf] Re: BUILD.bazel in the src/google/protobuf are not included in the zip file?

2022-09-12 Thread Xavier Bonaventura
Deanna, I've just found the same issue. The 
latest https://github.com/protocolbuffers/upb cannot be used with any of 
the current protobuf releases but only the main branch. Is it already known 
approximately when a new version from the main branch will be released?
Would it be ok to create a github issue to track it? In this way it could 
be linked to the relevant github issues from other repositories.

On Wednesday, 7 September 2022 at 23:27:12 UTC+2 deanna...@google.com wrote:

> We are currently in the process of increasing our bazel support in the 
> protobuf repository. Unfortunately 3.21.1 was shipped without that bazel 
> file as you can see in the 21.x branch 
> . 
> If you want to use that file you will either need to use the code on main 
> branch or wait for the next release.
>
> On Saturday, September 3, 2022 at 9:58:05 PM UTC-7 mingjun wrote:
>
>> 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 protobuf+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/50af43db-4912-4a24-bda0-e1e4db49a719n%40googlegroups.com.


[protobuf] Re: BUILD.bazel in the src/google/protobuf are not included in the zip file?

2022-09-07 Thread 'Deanna Garcia' via Protocol Buffers
We are currently in the process of increasing our bazel support in the 
protobuf repository. Unfortunately 3.21.1 was shipped without that bazel 
file as you can see in the 21.x branch 
. 
If you want to use that file you will either need to use the code on main 
branch or wait for the next release.

On Saturday, September 3, 2022 at 9:58:05 PM UTC-7 mingjun wrote:

> 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 protobuf+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/9a5f9d0e-c7a3-4025-98a1-0a17dfcb683fn%40googlegroups.com.