Fabian Holler
113e84b8dd
update cares to version cares-1_15_0
...
This fixes the issue: https://github.com/grpc/grpc/issues/16688
Which causes that grpc can not be build because of the following
compiler error:
third_party/cares/cares/ares_init.c: In function ‘ares_dup’:
third_party/cares/cares/ares_init.c:301:17: error: argument to ‘sizeof’ in ‘strncpy’ call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer- memaccess] sizeof(src->local_dev_name));
6 years ago
Lidi Zheng
f42ad52c44
Update `--dest-dir` to `-d`
6 years ago
Lidi Zheng
64b29fba5d
An attempt to fix distrib test
6 years ago
Lidi Zheng
fa7f010795
Fix the hash checking mechanism
6 years ago
Lidi Zheng
127a6c1d9e
Revert "Revert "Roll foward "Strip Python wheel binary"""
...
This reverts commit 98fc902200
.
6 years ago
Lidi Zheng
98fc902200
Revert "Roll foward "Strip Python wheel binary""
6 years ago
Lidi Zheng
50a1ddab5c
Revert "Revert "Strip Python wheel binary""
...
This reverts commit 04609b1ea5
.
6 years ago
Jan Tattermusch
04609b1ea5
Revert "Strip Python wheel binary"
6 years ago
Lidi Zheng
168df1cb5f
Check hashes for pip wheels before installing
6 years ago
Jan Tattermusch
fbb04abd02
fix C# net45 distribtests
6 years ago
Jan Tattermusch
709e1aa111
C# distrib test flake workaround
6 years ago
Jan Tattermusch
18aac34e29
try fixing cxx distrib test
6 years ago
Jan Tattermusch
d4c1c9b18c
try fixing protobuf build in win distribtest
6 years ago
Mehrdad Afshari
2cb912c716
Add grpcio-testing to Python distribtests
7 years ago
Mehrdad Afshari
1a92cd0b52
More consistent source/binary Python distribtests
7 years ago
Jan Tattermusch
6ccf4b7930
fix shellcheck error
7 years ago
Jan Tattermusch
5def921962
fix comments
7 years ago
Jan Tattermusch
e5389b6335
use testcodegen.proto for distribtest
7 years ago
Jan Tattermusch
93f04c528c
fix test_codegen for mac
7 years ago
Jan Tattermusch
8d396573b3
fix test_codegen for x86
7 years ago
Jan Tattermusch
4fae81d777
test C# codegen in distribtests
7 years ago
Jan Tattermusch
47cf9906c7
update C# distribtests
7 years ago
Jan Tattermusch
1d3cc21910
update C# distribtests
7 years ago
Mehrdad Afshari
f4bea02a72
Fix the Python source distribtest script
7 years ago
Mehrdad Afshari
b189923376
Split binary and source distribtests for Python
7 years ago
Jan Tattermusch
629c95fc77
fix C# distribtest on kokoro macos
7 years ago
Jan Tattermusch
4a510960c6
add distribtest for grpc being added with cmake add_subdirectory
7 years ago
Jan Tattermusch
2286c633c2
cmake "superbuild" example using externalprojects
7 years ago
Alexander Polcyn
a803c0340a
Remove source code and the grpc_c.so file that was built as a local binary from the ruby
...
binary packages
7 years ago
ZhouyihaiDing
76d4621bd8
PHP: split script for running distrib tests on different system
7 years ago
ZhouyihaiDing
6152663b54
PHP: maxOS distrib test pecl-install
7 years ago
Jan Tattermusch
693281d8a2
-regextype flag is not supported on mac
7 years ago
Jan Tattermusch
d0ce0a73e8
fix C# distribtest on kokoro macos
7 years ago
Mehrdad Afshari
c6e82b6872
Make ruby/run_distrib_test.sh to pass shellcheck (with suppression)
7 years ago
Mehrdad Afshari
0a400c6c0a
Fix python/run_distrib_test.sh to pass shellcheck
7 years ago
Mehrdad Afshari
6c39c9ecd4
Fix php/run_distrib_test.sh to pass shellcheck
7 years ago
Mehrdad Afshari
f5aea0c4b3
Make csharp/update_version.sh pass shellcheck (with suppresion)
7 years ago
Mehrdad Afshari
7bf30d6b35
Fix csharp/run_distrib_test_dotnetcli.sh to pass shellcheck
7 years ago
Mehrdad Afshari
fd954d2827
Fix csharp/run_distrib_test.sh to pass shellcheck
7 years ago
Mehrdad Afshari
59aefe61e2
Fix run_distrib_test_routeguide.sh to pass shellcheck
7 years ago
Mehrdad Afshari
9d2f806dac
Fix run_distrib_test_cmake.sh to pass shellcheck
7 years ago
Jan Tattermusch
5e9cfd9a99
cleanup the way openssl and zlib are used
7 years ago
Stefan Hacker
93f13871d8
Fix helloworld zlib include directory confusion in run_distrib_test_cmake.bat
...
We have to give cmake the explicit zlib location as the internal testing
environment has C:/msys64/usr/bin in the PATH and zlib-devel installed.
cmake has heuristics in find_package which sees this /bin suffix in PATH
and adds C:/msys64/usr/ to the find_package search locations. Doing a
find_package(zlib) in this environment makes the find module for it (FindZLIB)
find the header zlib.h in C:/msys64/usr/include while the library will still
be taken from the testinstall location masking the issue in the log. To satisfy
the dependency cmake adds C:/msys64/usr/include as an include directory. This
makes cl.exe build with mixed C and C++ standard lib headers breaking the
build.
This issue was previously masked by cmake writing absolute paths for zlib and
other dependencies into the grpc cmake exports.
7 years ago
Jan Tattermusch
1e9543deb9
fix finding openssl
7 years ago
Jan Tattermusch
1c42023ae6
fix distribtest typo
7 years ago
Alexander Polcyn
a3997fa50f
Fix failing ruby distrib tests on ruby 2.0 images
7 years ago
Alexander Polcyn
acd56b7361
Fix failing ruby distrib tests on ruby 2.0 images
7 years ago
Jan Tattermusch
a5f05c70f1
avoid picking up ProtoC
7 years ago
Jan Tattermusch
27d254ad78
installing gflags not necessary
7 years ago
Jan Tattermusch
ce7a23ba94
make runnable on kokoro
7 years ago