diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-07-04 14:49:23 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-07-04 14:49:23 +0200 |
commit | 5c74d90a33e25e39ac04d4a8758f6050ad622d4a (patch) | |
tree | ab08b65ae2dd88a9d0dfd92850e3710dadd5e331 /tools/internal_ci | |
parent | 7405347cd848f27067b9ce3c029325799ebaa888 (diff) |
improve python artifact building
Diffstat (limited to 'tools/internal_ci')
-rw-r--r-- | tools/internal_ci/windows/grpc_build_artifacts.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/internal_ci/windows/grpc_build_artifacts.bat b/tools/internal_ci/windows/grpc_build_artifacts.bat index 6dca2f72c1..d5ade5a83d 100644 --- a/tools/internal_ci/windows/grpc_build_artifacts.bat +++ b/tools/internal_ci/windows/grpc_build_artifacts.bat @@ -12,6 +12,13 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. +@rem Move python installation from _32bit to _32bits where they are expected python artifact builder +@rem TODO(jtattermusch): get rid of this hack +rename C:\Python27_32bit Python27_32bits +rename C:\Python34_32bit Python34_32bits +rename C:\Python35_32bit Python35_32bits +rename C:\Python36_32bit Python36_32bits + @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;%PATH% |