donnadionne
d3e97d953b
Adding xxhash as a subtree ( #25645 )
4 years ago
emkornfield
ec31fa8455
Standardize all environment variable boolean configuration in python's setup.py ( #25444 )
...
* standardize bool flags for grpcio and grpcio.tools
Co-authored-by: Jan Tattermusch <jtattermusch@google.com>
4 years ago
donnadionne
34c8a1f87a
Revert "Adding xxhash as a subtree" ( #25630 )
...
This reverts commit 3880393fea
.
4 years ago
donnadionne
40bc4624c2
Adding xxhash as a subtree ( #25601 )
...
* Squashed 'third_party/xxhash/' content from commit aea11081f3
git-subtree-dir: third_party/xxhash
git-subtree-split: aea11081f349893ec26f86ada22c66e828885083
* Adding xxhash as a subtree
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
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
Jan Tattermusch
0f791c73ae
use boringssl asm optimizations in aarch64 wheel source build
4 years ago
Jorjun
76e82acc9c
sanity check on MACOSX_DEPLOYMENT_TARGET
...
Avoid attempting to ever parse a potential None value on the above environment var, then carry on with Mac OS X specific version checking logic...
4 years ago
Jorjun
eba18503cc
workaround for Mac OS X Big Sur, Python 3.9 install fail
...
sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET')
returns <str> '11.1' in Python 2.7 and <int> 11 in Python 3.9 causing exception: builtins.TypeError: expected string or bytes-like object
4 years ago
Massimiliano Torromeo
88b5952945
Allow grpcio to be built against system re2
4 years ago
Esun Kim
10d58179fe
Bump MACOSX_DEPLOYMENT_TARGET to 10.10 for Python
4 years ago
Massimiliano Torromeo
770d1d0a05
Do not build with boringssl ASM when using system openssl
4 years ago
Lidi Zheng
62e9821515
Support pre-compiled Python 3.9 wheels
4 years ago
Lidi Zheng
4fa90f42ce
Support pre-compiled Python 3.9 wheels
4 years ago
Ben Wolsieffer
ad36ff39d3
setup.py: use CXX to get compiler for libatomic check
...
This allows it to work with a prefixed compiler when cross-compiling.
4 years ago
Esun Kim
3b8044ae4e
Use c++ instead of cc
4 years ago
Esun Kim
7dcba1a700
Make check_linker_need_libatomic more robust
4 years ago
Jan Tattermusch
6d6339db34
fix non-bazel build systems
4 years ago
Micah Kornfield
458272602a
remove trailing space
4 years ago
Micah Kornfield
474ed0453c
fix format setup.py
4 years ago
Micah Kornfield
de2e9e5241
remove unused variable
4 years ago
Micah Kornfield
8e501c86f5
Move over to using sources.json from boring.ssl.
...
- Undo a bunch of hacks in src/boringssl/gen_build_yaml.py
- Store the structued data in YAML/dependencies.py so
we don't need to recreate the filters.
- Update setup.py accordingly
4 years ago
emkornfield
cdf2f2f8a3
Update setup.py
...
Remove windows. Use proper filter for mac.
4 years ago
Micah Kornfield
8cd8736c2b
address comments
4 years ago
Micah Kornfield
35c0a4cfff
Adds option of using ASM for BoringSSL in Python.
...
- Adds a new environment variable for turning on the build of ASM
for boring SSL.
- Only enables for x86_64 for now. I think this is likely the most
common target and the only machine I have readily accessible.
4 years ago
Lidi Zheng
d0fbf25216
Resolve the user warning generated by our setup.py
4 years ago
Donna Dionne
8dd0cb4712
Add support for xDS regex matchers.
4 years ago
Richard Belleville
08e117ae80
Improve build slightly
5 years ago
Lidi Zheng
b5ec43e182
Fix a typo in setup.py
5 years ago
Lidi Zheng
d98ecdb85c
Set version upper bound for protobuf; installs grpcio-tools instead
5 years ago
Lidi Zheng
67f68d7e14
Add an "extras" dependency to grpcio package
5 years ago
Lidi Zheng
682c28eb42
Drop 3.4 from setup.py
5 years ago
Esun Kim
de9feb69ab
Add dbghelp.lib to windows artifacts
5 years ago
Jan Tattermusch
f098606c4a
Revert "Revert "Reintroduce #21527 (boringssl submodule unification)""
...
This reverts commit cca892022b
.
5 years ago
hcaseyal
cca892022b
Revert "Reintroduce #21527 (boringssl submodule unification)"
5 years ago
Jan Tattermusch
e7e5d0198f
Revert "Revert "Unify boringssl submodules and use non-developer boringssl cmake build""
...
This reverts commit fe2242e603
.
5 years ago
Jan Tattermusch
fe2242e603
Revert "Unify boringssl submodules and use non-developer boringssl cmake build"
5 years ago
Jan Tattermusch
742c61294b
use boringssl-with-bazel instead of third_party/boringssl
5 years ago
Esun Kim
5207eba9ff
Add abseil
5 years ago
Lidi Zheng
35b46aa070
Release 3.8 wheels
5 years ago
Lidi Zheng
8ab1672c88
Release 3.8 wheels
5 years ago
Esun Kim
91f31ad47d
Update comment
5 years ago
Esun Kim
b912fc7d8d
Added libatomic to gRPC python
5 years ago
Esun Kim
4bc9820241
Update comment
5 years ago
Esun Kim
55ae0f6f8d
Added libatomic to gRPC python
5 years ago
Esun Kim
adc9848e4c
Fix python windows link problem
5 years ago
Esun Kim
446d89010a
Fix python windows link problem
5 years ago
Pau Freixes
a44e6d76b7
[Aio] Unary unary client call barebones implementation
...
Implement the minimal stuff for making a unary call with the new
experimental gRPC Python implementation for Asyncio, called Aio.
What has been added:
- Minimal iomgr code for performing the required network and timer
calls.
- Minimal Cython code implementing the channel, call and the callback
context.
- Minimal Python code that mimics the synchronous implementation but
designed to be asynchronous.
Testing considerations:
Tests have to be executed using the `GRPC_ENABLE_FORK_SUPPORT=0`
environment variable for skipping the fork handles installed by
the core library. This is due to the usage of a syncrhonous server
used as a fixture executed in another process.
Co-authored-by: Manuel Miranda <manuel.miranda@skyscanner.net>
Co-authored-by: Mariano Anaya <mariano.anaya@skyscanner.net>
Co-authored-by: Zhanghui Mao <zhanghui.mao@skyscanner.net>
Co-authored-by: Lidi Zheng <lidiz@google.com>
5 years ago
Esun Kim
a031f0ffd6
Remove all nanopb defines
5 years ago
Esun Kim
7ec6e8a4de
Remove nanopb from gRPC
5 years ago