Michael Thomsen
9e2bb81512
Roll Dart to 2.3
6 years ago
James Newton-King
4155e9cf05
React to renaming grpc-dotnet sln
6 years ago
Eric Anderson
1b025b60e4
Swap java interop tests to openjdk8
...
Since openjdk8 is dead to us (see #19113 ), we cannot leave openjdk8 in
the list of runtimes in client_matrix.py. The list of runtimes is now
the defaults to use, which includes master, and you can specify
alternative runtimes per-release.
Fixes #19113
6 years ago
murgatroid99
1bc44a1a5a
Fix node interop build scripts
6 years ago
=
02069b48da
Remove get-grpc.sh
6 years ago
James Newton-King
57e090989a
Add managed .NET gRPC client to interop tests
6 years ago
murgatroid99
a8139b4da1
Fix node interop build scripts
6 years ago
Jan Tattermusch
d5c3108e46
workaround the need to source activate.sh
6 years ago
John Luo
995b014904
Update aspnetcore interop scripts to use activate.sh
6 years ago
Jan Tattermusch
788e5fd0f8
workaround the need to source activate.sh
6 years ago
John Luo
2ec339d4c9
Update aspnetcore interop scripts to use activate.sh
6 years ago
Eric Anderson
977e4b1450
grpc_interop_java: Remove unnecessary cruft from container
...
This reduces the container size from 1.4 GB to 640 MB. 129 MB is
jessie, 489 MB jdk, and 22 MB grpc-java. When we swap from jessie to
stretch, we could swap to openjdk:8-jdk-slim-stretch which would make
the entire image 265 MB.
Python was never needed; it was added by mistake in 0589e533
.
Pre-downloading gradle artifacts isn't helpful these days, because we
build on a clean machine. Git isn't needed as cp is sufficient. libapr1
has not been required by tcnative for a long time, and we even use
tcnative-boringssl-static since at least 1.0, which also doesn't need
it. The final cleanup is to remove source and downloaded artifacts when
done compiling.
6 years ago
Eric Anderson
1f84f8950c
Remove vestigial sed for /etc/apt/sources.list in Dockerfiles
...
Jessie has a line that looks like this, now-a-days, so the regex is no
longer matching:
deb http://security.debian.org/debian-security jessie/updates main
But because that line was changed, downloads are also working correctly
out-of-the-box. The sed was originally added in #18530 .
6 years ago
murgatroid99
f08b3ffa67
Fix ruby bundler package version mismatch
6 years ago
murgatroid99
2a12b47f0b
Fix other docker build issues
6 years ago
Jan Tattermusch
385af3bc61
fixup
6 years ago
Jan Tattermusch
c24acc3d4a
fix grpc-dotnet interop tests
6 years ago
Jan Tattermusch
0f8a3aeeb7
install jq
6 years ago
Jan Tattermusch
472613c3bc
check dotnet SDK version before building ASP.NET core interop image
6 years ago
Jan Tattermusch
b1dbf68373
update the docker image to netcore3 preview3
6 years ago
Jan Tattermusch
d0c42dec85
hotfix: download unreleased preview3
6 years ago
Jan Tattermusch
cfc2156665
add AspNetCore interop server
6 years ago
Alex Polcyn
993d624236
Pin bundler in ruby interop build
6 years ago
Jan Tattermusch
bdee630831
regenerate dockerimages
6 years ago
Alex Polcyn
c4ed5b33c4
Pin bundler in ruby interop build
6 years ago
Alexander Polcyn
67f523ce13
Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0
...
binary package builds; pin bundler to 1.17.3 where necessary
6 years ago
Jan Tattermusch
8f9dd2a24c
regenerate dockerfiles
6 years ago
Jan Tattermusch
b0bcfb4ea5
use python stretch3.7 image for interop tests
6 years ago
Jan Tattermusch
422fdbfd6c
run python interop tests with python3.7
6 years ago
Jan Tattermusch
5a0f722590
run interop tests using python3.4
6 years ago
Jan Tattermusch
dff13fe1a9
speedup C++ interop build
6 years ago
Jan Tattermusch
a8d960bbd2
speedup php7 interop build
6 years ago
Jan Tattermusch
f1df763d32
speedup PHP interop build
6 years ago
Alex Polcyn
e52d87b53d
Add a grpclb-in-DNS interop test suite
6 years ago
Jan Tattermusch
7f38ed6b24
update go interop image to go1.11
6 years ago
Jan Tattermusch
87cd70fab3
regenerate dockerfiles
6 years ago
Jan Tattermusch
71ee19cb16
fix interop docker build
6 years ago
Matt Kwong
c2158edea4
Fix Dart interop tests by upgrading to Dart 2
6 years ago
Jan Tattermusch
e1efb43345
Revert "Install pyyaml through pip in docker"
7 years ago
Alex Polcyn
f3fb98e75f
Install pyyaml through pip in docker
7 years ago
Jan Tattermusch
619b9500bd
only build interop tests with python2.7
7 years ago
Jan Tattermusch
0c4a3ba63b
regenerate dockerfiles
7 years ago
murgatroid99
143c7e1e6d
Don't update npm when installing node
7 years ago
Jan Tattermusch
2e679e664d
Revert "Remove ccache from all docker images"
7 years ago
Jan Tattermusch
80095a046c
regenerate dockerfiles
7 years ago
Matt Kwong
4d5200f99a
Install pip for Python3.4 in all Dockerfiles used for Python testing
7 years ago
murgatroid99
cd1172c9dd
Revert recent changes to node interop build script
7 years ago
kpayson64
9d00766d5a
Make Node interop tests use c-core changes
7 years ago
Mehrdad Afshari
c176917789
Bump Python protobuf to 3.5.2.post1
7 years ago
Mehrdad Afshari
d0d8ce8568
Bump pip version to 10.0.1
7 years ago