Build python3.7 32-bit packages on Windows#16255
Merged
mehrdada merged 2 commits intogrpc:v1.14.xfrom Aug 6, 2018
mehrdada:backport-win32-python3.7
Merged
Build python3.7 32-bit packages on Windows#16255mehrdada merged 2 commits intogrpc:v1.14.xfrom mehrdada:backport-win32-python3.7
mehrdada merged 2 commits intogrpc:v1.14.xfrom
mehrdada:backport-win32-python3.7
Conversation
|
|
ericgribkoff
reviewed
Aug 6, 2018
| @rem make sure msys binaries are preferred over cygwin binaries | ||
| @rem set path to python 2.7 | ||
| set PATH=C:\tools\msys64\usr\bin;C:\Python27;C:\Python37;%PATH% | ||
| set PATH=C:\tools\msys64\usr\bin;C:\Python27;%PATH% |
Contributor
Author
There was a problem hiding this comment.
Closed the original in favor of getting this on master via the next upmerge to ensure they will be identical.
ericgribkoff
approved these changes
Aug 6, 2018
|
Contributor
Author
|
Artifact/package build script modification: merging and invoking full artifact build fa172e97-996e-4d31-b6b4-1c7d4a374dca & distribtests in lieu of PR tests. |
Contributor
Author
|
Distribtests at cbe18191-147a-46b1-928b-02dba53f5569 SUCCESS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #16111 into v1.14.x to build 32-bit Python 3.7 wheels for Windows. Addresses #15968 (after pushed to PyPI)