Eric Anderson
61f66e81b6
tools: Put sha1 in container tag instead of name
...
Ideally instead of having names like ruby_jessie_x64_ruby_2_5 and
ruby_jessie_x64_ruby_2_6 they would have the name "ruby" with tags
containing jessie_x64_ruby_2_5/6. But fixing that would be much more
invasive. The sha1 in the tag is producing the worst effects, so this is
a case of the perfect being the enemy of the good.
Fixes #20546
5 years ago
Jan Tattermusch
cfbeb3edd7
Fix wrong error handling logic in php's build_interop.sh
...
If [[ "$DONE" != 1 ]] && echo "Failed to do composer install" && exit 1
is at the end of a shell script, even if DONE is 1, this will return with error
exit status. That's because [[ $DONE != 1 ]] has exitcode 1 and thus anything after && doesn't get executed
and the entire scripts exits the last exit code it seen (which is 1).
5 years ago
Jan Tattermusch
710be13856
refactor generate_proto_php.sh
5 years ago
Lidi Zheng
a0613c2f9f
Drop commands about Python 3.4 in manylinux2010 Dockerfile
5 years ago
Jan Tattermusch
bb3b5d1d23
switch grpc-dart interop test to dart2.7
5 years ago
Muxi Yan
a65844c63a
build_project
5 years ago
Richard Belleville
23c32621d6
Fix all_the_cpythons. Add 3.5 to defaults
5 years ago
Muxi Yan
bebd78ee26
Restore inadvertent change
5 years ago
Muxi Yan
67d70ee059
Remove docker, and update scripts
5 years ago
Esun Kim
128c8eaacf
Upgrade sanity docker
5 years ago
Lars Kanis
4c667476a0
Add ruby-2.7 to build process of binary gems for Windows and Linux
...
With rake-compiler-dock-1.0.1 there's no need to use a derived Dockerfile.
The standard RCD image can be used instead.
The only issue is with conflicting declarations of gettimeofday(), which can be easily worked around by patching win32.h before the build.
Fixes #21514
5 years ago
Esun Kim
377fcc9bba
Update docker images for Ruby
5 years ago
Lidi Zheng
b2f72702c9
Pin virtualenv to 16.7.9
5 years ago
Jan Tattermusch
87f7674248
cleanup C++ distribtests
5 years ago
Lidi Zheng
13e1965b38
Let the template spit out the backslashes
5 years ago
Lidi Zheng
3e2d5da7a2
Use as much template as possible & fix some wording
5 years ago
Lidi Zheng
dc202bdf1f
Adding gRPC Python AsyncIO interop client and server
5 years ago
Richard Belleville
87c7c2af3f
Stop building manylinux1 images
5 years ago
Esun Kim
7dac73264b
Bump the version of gcc to 4.9
5 years ago
Chengyuan Zhang
d659ad23ef
Skip building Android-dependent modules for Java interop test.
5 years ago
Esun Kim
f00bdb3d90
Change the linux for linux artifacts to CentOS 6
5 years ago
Lidi Zheng
fe919dd71e
Pin to 19.3.1
5 years ago
Lidi Zheng
0404939ad0
Let our CI use the latest pip version
5 years ago
Esun Kim
c507f3b716
Add linux-headers to docker images for alpine linux
5 years ago
Lidi Zheng
e4edc012b2
Upgrade Cython in Dockerfiles
5 years ago
Muxi Yan
fc4a780207
Add cmake to Dockerfile
5 years ago
Muxi Yan
7b9fafe691
Update the sanity checker
5 years ago
Muxi Yan
2999d041eb
Fix sanity check issue
5 years ago
Muxi Yan
29e6ea0ddd
add copyright
5 years ago
Muxi Yan
ad13cca775
remove temporary files
5 years ago
Muxi Yan
87687dec01
Use compressed header file
5 years ago
Muxi Yan
6d61f63172
Provide script to upgrade BoringSSL in Objective-C
5 years ago
Lidi Zheng
9a05fb3573
Add buildifier sanity check
5 years ago
Lidi Zheng
f994f2ea18
Keep the manylinux Dockerfiles unchanged
5 years ago
Lidi Zheng
6b92b4af05
Attempt to drop support for Python 3.4
5 years ago
Jan Tattermusch
e5e3f70a1a
Revert "Revert "Upgrade to bazel 1.0.0""
5 years ago
Stanley Cheung
e43f925983
PHP: update docker image PHP 7 version
5 years ago
Stanley Cheung
e4081cca32
Limit retries to 5 times
5 years ago
Stanley Cheung
40427b1fc7
PHP: composer install could be flaky
5 years ago
Esun Kim
0a46fe48ca
Delete deprecated linux environments from distribtest
5 years ago
Jan Tattermusch
9586644ea0
add gcc8.3 portability test
5 years ago
Jan Tattermusch
92fa3c3d4e
replace ubuntu1710 image by ubuntu1804
5 years ago
Esun Kim
4be7c2a743
Delete deprecated linux environments from distribtest
5 years ago
Lidi Zheng
6f878d5d12
Generate Docker files
5 years ago
Nicolas Noble
04d7e0d11f
Revert "Upgrade to bazel 1.0.0"
5 years ago
Jan Tattermusch
27f1a94aa5
upgrade to bazel 1.0.0
5 years ago
Hannah Shi
86d075a8e6
add apt install wget
5 years ago
Hannah Shi
2e1cfb75a8
change phpunit version from 4.8.36 to 5.7.27
5 years ago
Esun Kim
644a1c0248
Update docker images for manylinux
5 years ago
Lidi Zheng
60b68b884d
Remove manylinux2010 i686 targets
5 years ago