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
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
Lidi Zheng
151e5b72af
Install required packages with --user
5 years ago
Lidi Zheng
c5d194062c
Attempt to fix all CI failures:
...
* Fixes the Windows Cython obsolate issue
* Fixes the post fork threading issue
5 years ago
Lidi Zheng
db4ce94ebb
Revert "Revert "Release Python3.8 wheels for Windows""
5 years ago
Jan Tattermusch
42039d09b7
Revert "Release Python3.8 wheels for Windows"
5 years ago
Lidi Zheng
6dc57b3b0c
Let's see CI is happy with additional changes
5 years ago
Esun Kim
4dd753084a
Fix the version of twine to 2.0
5 years ago
Srini Polavarapu
ec640a53c6
Merge pull request #19105 from gnossen/twine_check_artifacts
...
Produce Python Wheels with a Valid long_description field
6 years ago
Richard Belleville
e9ab0e0cd9
Ensure twine is installed on Windows
6 years ago
Richard Belleville
5207867e2d
Ensure windows artifacts are valid as well.
6 years ago
Jan Tattermusch
185a0a7028
add python monkey-patch for parallel build_ext compilation
6 years ago
Jan Tattermusch
7da82ecefa
fix python windows artifact build
7 years ago
Jan Tattermusch
a2eb6f7e70
set path to mingw on kokoro
7 years ago
Jan Tattermusch
5c74d90a33
improve python artifact building
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Jan Tattermusch
47c7521960
simplify building artifacts on a single machine
8 years ago
Jan Tattermusch
5c79a3199c
cleanup tools/run_tests directory
8 years ago
Ken Payson
5998cd760c
Add Python3.5 artifact targets
8 years ago
Masood Malekghassemi
c089a58a20
Change directory when building grpcio-tools
8 years ago
Masood Malekghassemi
d66be0b6f6
Set more build-flags in `setup.py`s
...
Removes MinGW flags from various build scripts, since they're now set in
our `setup.py`s by default. Also removes the arguments for the
extensions in grpcio's setup.py; that function was already accessing
globals anyway, might as well go whole-hog.
9 years ago
Masood Malekghassemi
639bb3996f
Build Python distributions standalone for Windows
9 years ago
Ken Payson
c9b7ad0c0a
Updated grpcio c extension build for windows to use mingw.
...
The default compiler for Python c extensions is VS2008
or VS2010 depending on the Python version. Since c-core
moved onto the c99 standard, these compilers are not
compatible.
9 years ago
Masood Malekghassemi
b4e82f7897
Fix windows linkage in Python grpcio-tools
9 years ago
Masood Malekghassemi
61ba1630f6
Fix Python grpcio-tools windows build
9 years ago
Masood Malekghassemi
751fbb06f6
Build grpcio tools on Windows
9 years ago
Nicolas "Pixel" Noble
6a4e473d4a
32 bits support.
9 years ago
Nicolas "Pixel" Noble
2e8fdbac77
Building the dlls.
9 years ago
Nicolas "Pixel" Noble
de808bbea8
Enabling python artifact building for Windows.
9 years ago
Michael Lumish
aaa876ac45
Make Node tests run on Windows
9 years ago
murgatroid99
8c686e7507
Stop explicitly supporting Node 0.10 and 0.11
9 years ago
murgatroid99
673f65be14
Add working Node artifact builder for all platforms
9 years ago