onnxruntime/tools/ci_build/github
Changming Sun df11c85955
Download protoc.exe from nuget when cross-compiling (#15395)
### Description
1. The protoc package on nuget.org contains binaries for
Windows_x86/Windows_x64/Linux_x86/Linux_x64/MacOS_x64, which can cover
most use cases. Though it doesn't have binaries for AMR64, they are only
needed when we cross-compile for Intel CPUs on ARM CPUs. It is rare.
When you have such a need, you always can build protoc from source by
yourself and pass it to build.py as "--path_to_protoc_exe". Or if you
have security concerns that you don't want to use prebuilt binaries from
outside, you can do the same thing.

2. Remove GoogleTestAdapter related thing. That part of code is out of
maintain.

### Motivation and Context
As a follow-up of PR #15190.
2023-04-06 17:06:59 -07:00
..
android Update python 3.11 and remove 3.7 for Linux (#15214) 2023-03-27 14:46:30 -07:00
apple Remove protobuf submodule (#15190) 2023-03-27 10:35:49 -07:00
azure-pipelines Download protoc.exe from nuget when cross-compiling (#15395) 2023-04-06 17:06:59 -07:00
js Use full ORT package for onnxruntime-react-native. (#13037) 2022-09-23 07:20:03 +10:00
linux Update python package pipeline to support 3.11 (#15311) 2023-04-04 10:55:32 -07:00
pai Enable ccache for HIP objects (#14465) 2023-01-28 22:34:24 +08:00
windows Update protobuf to 3.21.x (#15245) 2023-03-29 14:08:18 -07:00
Doxyfile_csharp.cfg