@adam thanks for your input. I have went through the scripts. I am working on generating protoc for s390x system. I am able to edit the link <https://github.com/protocolbuffers/protobuf/blob/master/protoc-artifacts/build-protoc.sh> and generate the protoc binary for s390x using following command on linux x86 machine: ``` sudo apt install -y g++-s390x-linux-gnu protoc-artifacts/build-protoc.sh linux s390x_64 protoc ```
What else do we need to add new arch support? On Saturday, August 17, 2019 at 3:02:13 AM UTC+5:30, Adam Cozzette wrote: > > We use the scripts here > <https://github.com/protocolbuffers/protobuf/tree/master/kokoro/release/protoc> > > to build protoc binaries. > > On Tue, Aug 13, 2019 at 2:23 AM Ravi Salamani <[email protected] > <javascript:>> wrote: > >> I need information on which toolchain is used for generating protobuff >> binaries? >> Which docker image is used for building non x86 binaries? >> >> >> >> Regards, >> Ravi S >> >> -- >> 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] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/protobuf/09e31d47-0193-423c-97c7-b0ba34dc07aa%40googlegroups.com >> >> <https://groups.google.com/d/msgid/protobuf/09e31d47-0193-423c-97c7-b0ba34dc07aa%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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/cce7f502-9d0b-4911-a087-b957289ec87e%40googlegroups.com.
