protobuf/kokoro
Adam Cozzette 377f64f82f Added support for building the aarch64 and ppcle64 protoc binaries with Kokoro
This was fairly straightforward using the existing build-protoc.sh
script. The only problem I ran into was that the x86 Docker builds
create output directories owned by root, which caused some permission
issues. Fortunately it was easy to get around that just by doing those
Docker builds last.
2018-08-01 15:01:05 -07:00
..
linux Merge pull request #4934 from BSBandme/sync_internal_benchmark 2018-07-18 14:44:16 -07:00
macos Delete jruby kokoro tests. 2018-05-24 16:32:20 -07:00
release Added support for building the aarch64 and ppcle64 protoc binaries with Kokoro 2018-08-01 15:01:05 -07:00
README.md Add MacOS and Linux tests to Kokoro 2017-06-06 15:09:02 -07:00

Kokoro Infrastructure

The files in this directory serve as plumbing for running Protobuf tests under Kokoro, our internal CI.