- 11 Dec, 2018 2 commits
- 29 Nov, 2018 1 commit
-
-
Paul Yang authored
* Add kokoro build for python source package * Use libc++ for xcode 10 (#5303) The xcode 10 removes the deprecated libstdc++ library. We could set "MACOSX_DEPLOYMENT_TARGET" to "10.9" to use libc++ instead. * Add python 3.7 build * Add build for python 3.7 on linux and windows * Remove unused source build * Add comment * Fix $MACOSX_DEPLOYMENT_TARGET mismatch * Fix MACOSX_DEPLOYMENT_TARGET mismatch * Add missing import for sysconfig * Add missing imports
-
- 22 Oct, 2018 1 commit
-
-
Paul Yang authored
* Remove ruby21 and ruby22 tests * Update test badge
-
- 18 Oct, 2018 1 commit
-
-
Paul Yang authored
* Add ruby 2.3, 2.4 and 2.5 test for linux. * Update kokoro files * Add back commented gc test * Fix gc_test failure * Remove unused code * Update ruby 2.5.0 to 2.5.1 * Update ruby 2.3 to 2.3.8 * Remove useless comment
-
- 12 Oct, 2018 1 commit
-
-
Paul Yang authored
-
- 25 Sep, 2018 1 commit
-
-
Yilun Chong authored
-
- 07 Sep, 2018 2 commits
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- 23 Aug, 2018 1 commit
-
-
Feng Xiao authored
These changes require building new docker images and without new images our kokoro tests are all failing.
-
- 22 Aug, 2018 1 commit
-
-
Feng Xiao authored
-
- 13 Aug, 2018 2 commits
-
-
Feng Xiao authored
* Fixes https://github.com/google/protobuf/issues/5031 * Fixes https://github.com/google/protobuf/issues/5037
-
Paul Yang authored
* Add kokoro config for building python wheels on windows * Move script to root * Debug * Debug * Change working directory * Add msbuild to path * Debug * Fix python dir name * Debug * Move artifacts to targeted directory * Update artifact directory * Debug * Debug * Automatic generation of version * Reduce file numbers
-
- 09 Aug, 2018 1 commit
-
-
Feng Xiao authored
Changes: 1. Remove stuff no longer needed. Lots of the heavy lifting were there because we were running our own jenkins cluster and had to manage all the test logs ourselves. Now they are useless. 2. Change "-j2" to "-j4" to speed up the test a little bit. Kokoro machines have 4 logic CPUs according to their spec.
-
- 08 Aug, 2018 1 commit
-
-
Paul Yang authored
* Add config for building python wheel on mac * Specify os name * Clean up venv * Debug * Recover old path
-
- 07 Aug, 2018 1 commit
-
-
Paul Yang authored
* Add config for building python wheel * Update submodules * Fix setup.py to use c++11 * Fix syntax error * Fix syntax error * Add dir for artifact * Update artifact dirctory * Remove python 3.3 * Clean up virtual env * Clean up env * Test environment * Test env variable * Automatic update version number * Remove dependency on python-wheel branch
-
- 03 Aug, 2018 5 commits
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
This reverts commit c02346c72aafd1826b0397dbbce4ce04bf252f50.
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- 01 Aug, 2018 1 commit
-
-
Adam Cozzette authored
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.
-
- 18 Jul, 2018 2 commits
-
-
Yilun Chong authored
-
Jan Tattermusch authored
* upgrade dotnet SDK to 2.1.3 on kokoro linux
-
- 16 Jul, 2018 9 commits
-
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
1. Added C++ tests under the release docker image. 2. Cleaned up tests.sh and removed traivis stuff.
-
Yilun Chong authored
-
Yilun Chong authored
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
-
- 15 Jul, 2018 1 commit
-
-
Feng Xiao authored
1. Added C++ tests under the release docker image. 2. Fixed a compile issue with the docker image. 3. Cleaned up tests.sh and removed traivis stuff.
-
- 12 Jul, 2018 4 commits
-
-
Yilun Chong authored
-
Yilun Chong authored
-
Jan Tattermusch authored
-
Feng Xiao authored
-
- 11 Jul, 2018 2 commits