Jan Tattermusch
98339824b0
also build python3.6 aarch64 manylinux2014 wheel ( #25928 )
4 years ago
Jan Tattermusch
a737ff8612
Reduce Grpc.Core nuget size by generating separate .so with/without debug symbols for grpc_csharp_ext ( #25729 )
...
* generate separate .so with/without debug symbols for grpc_csharp_ext
* add linux .dbginfo.so libraries to Grpc.Core.NativeDebug package
* fix aarch64 grpc_csharp_ext stripping
* lots of linux artifact build jobs are currently timing out
4 years ago
Jan Tattermusch
0088dae36a
Use crosscompilation to build python armv7 wheels ( #25704 )
...
* removed unused DOCKER_BASE_IMAGE functionality
* remove legacy docker images for arm build
* build python armv7 wheel via crosscompilation
* add pyconfig.h hack
* improve the dockerfile
* yapf format code
4 years ago
Jan Tattermusch
21c83cbb08
make Grpc C# work on aarch64 linux ( #25717 )
...
* build aarch64 version of protoc
* remove csharp artifact x86 build logic for unix systems
* build grpc_csharp_ext artifact for linux aarch64
* refactor platform detection
* add generated dllimports for arm64
* fix native library loading on arm64
* include arm64 artifacts in Grpc.Tools
* add Grpc.Tools codegen support for linux aarch64
* grpc.tools cleanup
4 years ago
AJ Heller
b516dbfa21
Increase artifact build timeouts for problem targets ( #25695 )
...
Going back 2 weeks, nightly packages have failed to build due to
artifact build timeouts. This change increases timeouts for:
Python Linux Extra: 5hrs -> 7hrs
Python Manylinux: 1hr -> 2hrs
CSharp iOS: 45min -> 1hr
CSharp MacOS x64: 30m -> 45m
This is a stopgap measure to get nightly packages deployed more regularly;
March has seen 3 nightlies published in 11 days.
I've cherry picked some of the artifact build timeout errors below.
2021.03.10
grpc/core/master/linux/grpc_build_artifacts_extra_release
2021-03-10 05:03:40,560 TIMEOUT: build_artifact.python_linux_extra_armv7_3.6 [pid=7384, time=18000.4sec]
2021-03-10 05:03:40,646 TIMEOUT: build_artifact.python_linux_extra_armv7_2.7 [pid=7375, time=18000.5sec]
2021-03-10 05:03:40,728 TIMEOUT: build_artifact.python_linux_extra_armv7_3.5 [pid=7378, time=18000.6sec]
2021.03.08
grpc/core/master/linux/grpc_build_artifacts_extra_release
2021-03-08 05:03:18,542 TIMEOUT: build_artifact.python_linux_extra_armv7_3.6 [pid=6853, time=18000.5sec]
2021-03-08 05:03:18,639 TIMEOUT: build_artifact.python_linux_extra_armv7_2.7 [pid=6844, time=18000.6sec]
2021-03-08 05:03:18,741 TIMEOUT: build_artifact.python_linux_extra_armv7_3.5 [pid=6847, time=18000.7sec]
2021.03.07
grpc/core/master/macos/grpc_build_artifacts:
2021-03-07 00:58:02,492 TIMEOUT: build_artifact.csharp_ext_macos_x64 [pid=58673, time=1805.5sec]
2021-03-07 01:13:03,065 TIMEOUT: build_artifact.csharp_ext_macos_ios [pid=58672, time=2706.1sec]
Bumping iOS again from https://github.com/grpc/grpc/pull/25049
grpc/core/master/linux/grpc_build_artifacts_extra_release
2021-03-07 05:03:36,061 TIMEOUT: build_artifact.python_linux_extra_armv7_3.6 [pid=8867, time=18002.9sec]
2021.03.06
grpc/core/master/linux/grpc_build_artifacts_extra_release
2021-03-06 05:03:12,474 TIMEOUT: build_artifact.python_linux_extra_armv7_3.5 [pid=8307, time=18000.6sec]
2021.03.05
grpc/core/master/linux/grpc_build_artifacts_extra_release
2021-03-05 05:03:48,611 TIMEOUT: build_artifact.python_linux_extra_armv7_3.6 [pid=7075, time=18008.6sec]
2021.02.27
grpc/core/master/linux/grpc_build_artifacts
2021-02-27 01:09:57,943 TIMEOUT: build_artifact.python_manylinux2010_x64_cp27-cp27mu [pid=21983, time=3608.9sec]
2021.02.23
grpc/core/master/windows/grpc_build_artifacts
```
2021-02-23 01:48:23,729 SUCCESS: All targets built successfully.
T:\src\github\grpc>set RUNTESTS_EXITCODE=0
T:\src\github\grpc>bash tools/internal_ci/helper_scripts/delete_nonartifacts.sh
++ dirname tools/internal_ci/helper_scripts/delete_nonartifacts.sh
+ cd tools/internal_ci/helper_scripts/../../..
+ find . -type f -not -iname '*sponge_log.*' -not -path './reports/*' -not -path './artifacts/*' -not -path './tools/internal_ci/*' -exec rm -f '{}' +
ERROR: Aborting VM command due to timeout of 10800 seconds
```
4 years ago
Jan Tattermusch
1dce57f35f
Assorted python wheel build improvements ( #25602 )
...
* cleanup unnecessary deps from grpc_artifact_python_manylinux2014_aarch64
* cleanup in grpc_artifact_python dockerfiles
* enable boringssl assembly optimizations when crosscompiling aarch64 linux wheels
* pin manylinux2010 images to keep python27 build
* avoid pip install --upgrade cython when not necessary
4 years ago
Jan Tattermusch
cb8114d689
Delete no longer needed artifact_linux dockerfiles ( #25542 )
...
* delete no longer needed artifact_linux dockerfiles
* fix build_package_python.sh
4 years ago
Esun Kim
160cb1b215
Changed RPI build test to general ARM build test ( #25580 )
...
* Change rpi build test to arm test
* Having a separate docker and targetting aarch64
4 years ago
Jan Tattermusch
fcd43e9030
Crosscompile python aarch64 wheels with dockcross ( #25418 )
...
* build aarch64 python wheels via crosscompilation
* yapf format code
* fix shellcheck complaints
* fix python37 aarch64 wheel build
* build python wheels on linux aarch64 with static libstdc++
* yapf format code
4 years ago
Yash Tibrewal
7a5288d2a0
Replace disrespectful words
4 years ago
Lidi Zheng
b62c984eab
Pin pip to 19.3.1 to fix the build failure on master
4 years ago
Alexander Polcyn
b94f09aaf4
Drop support for ruby 2.3
4 years ago
Sergii Tkachenko
8db79e2e71
Python style: reformat code using updated yapf 0.30.0
4 years ago
Alexander Polcyn
4fa05591e3
skil ruby 3.0 distrib test until protobuf adds support
4 years ago
Alexander Polcyn
f5fae54331
Remove no longer supported centos6 distrib test
4 years ago
Alexander Polcyn
039936387e
Add a ruby 3.0.0 distrib test
4 years ago
Esun Kim
5383d368e0
Increase timeout of build_artifact_csharp_ios to 45 mins
4 years ago
Esun Kim
a0a11bfc28
Increase ruby build timeout to 60min
4 years ago
Jan Tattermusch
a35cd4f89d
build protoc artifacts with cmake
4 years ago
Esun Kim
76afc77ff6
Update PHP & Ruby Mac BUILD
4 years ago
Jan Tattermusch
db521f52f9
fixup shellcheck problem
4 years ago
Jan Tattermusch
94ccbef5ea
skip packaging macos x86 protoc in grpc-tools gem
4 years ago
Jan Tattermusch
f46bd7f80d
stop building protoc x86 artifacts on macos
4 years ago
Lidi Zheng
16157cebe9
Hopefully fixed 27 build on winserver2016
...
* Download the working msys64 and use it to compile 27
* Remove the cygwin detection override logic
* Only install Python interpreters in jobs running on winserver2016
* Fix the batch script substring check
* Increase the timeout for related jobs
* TIL that there is an allow list for Kokoro env vars
4 years ago
Lidi Zheng
511af22c78
Hopefully fixed 27 build on winserver2016
...
* Download the working msys64 and use it to compile 27
* Remove the cygwin detection override logic
* Only install Python interpreters in jobs running on winserver2016
* Fix the batch script substring check
* Increase the timeout for related jobs
* TIL that there is an allow list for Kokoro env vars
4 years ago
Jan Tattermusch
6c43b2c98a
add netcoreapp3.1 C# distribtest
4 years ago
Jan Tattermusch
e274e7b93a
add C# distribtest for .NET 5
4 years ago
Jan Tattermusch
e7f5fe1605
dont include x86 grpc_csharp_ext for linux and mac
4 years ago
Jan Tattermusch
417db4fdd6
build C# nugets on linux instead of windows for simplicity
4 years ago
Lidi Zheng
37e38b6448
Build Python 3.9 artifacts for Linux x64 platforms
4 years ago
Lidi Zheng
63180d9cc8
Build Python 3.9 artifacts for Linux x64 platforms
4 years ago
Lidi Zheng
6a62147d92
Ensure virtualenv is installed in new interpreters
4 years ago
Lidi Zheng
b63f5177e8
Remove 3.9 Windows support
4 years ago
Lidi Zheng
62e9821515
Support pre-compiled Python 3.9 wheels
4 years ago
Lidi Zheng
db16440066
Ensure virtualenv is installed in new interpreters
4 years ago
Lidi Zheng
a910dc1802
Remove 3.9 Windows support
4 years ago
Lidi Zheng
4fa90f42ce
Support pre-compiled Python 3.9 wheels
4 years ago
root
49bad76da3
replace label name php to php7
4 years ago
root
455e2c9847
replace jessie to stretch, using name PHP7 instead of PHP
4 years ago
Lidi Zheng
811a78f8fa
Fix a typo in build_artifact_python
4 years ago
Lidi Zheng
e242764d50
Remove enum34 from requirements.txt
4 years ago
Lidi Zheng
82f0f51690
Pin to 44.1.1 for Python 2 compatibility
4 years ago
Lidi Zheng
6a5d7106a0
Pin setuptools to 49.6.0
4 years ago
Jan Tattermusch
37c980d98a
improve python3 compatibility of the task_runner.py script
4 years ago
Esun Kim
c0047f46b5
Upgrade Ubuntu 14.04 -> 18.04
4 years ago
Micah Kornfield
b8b13cf70c
dont remove .S and .asm file
4 years ago
Alexander Polcyn
825dc5731f
Add a distrib test for source-only ruby packages
4 years ago
Jan Tattermusch
751b1d04cf
stop stripping .hpp files from python source packages
4 years ago
Jan Tattermusch
cf21444b3c
increase timeout for PHP distribtests
4 years ago
Stanley Cheung
dea6fbb023
Updated comments
4 years ago