Commit c6f694cf authored by Jason Madden's avatar Jason Madden

Hmm, the 32-bit builds all failed with 'The system cannot find the drive...

Hmm, the 32-bit builds all failed with 'The system cannot find the drive specified.' five times. Maybe it didn't like our comments?
parent d17b3230
......@@ -53,7 +53,7 @@ environment:
PYTHON_EXE: python
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.x" # currently 3.6.0
PYTHON_VERSION: "3.6.x" # currently 3.6.3
PYTHON_ARCH: "32"
PYTHON_EXE: python
......
......@@ -82,16 +82,6 @@ IF %PYTHON_ARCH% == 64 (
call %COMMAND_TO_RUN% || EXIT 1
)
) ELSE (
:: gevent: doing this breaks Python 3.5 and 3.6 entirely for 32 bit building libev.
:: see https://ci.appveyor.com/project/denik/gevent/build/1.0.1096/job/53098otce10au8ik
:: and https://ci.appveyor.com/project/denik/gevent/build/1.0.1096/job/v8wa3jadaga4f3ej
:: ECHO Configuring Windows SDK %WINDOWS_SDK_VERSION% for Python %MAJOR_PYTHON_VERSION% on a 32 bit architecture
:: SET DISTUTILS_USE_SDK=1
:: SET MSSdk=1
:: "%WIN_SDK_ROOT%\%WINDOWS_SDK_VERSION%\Setup\WindowsSdkVer.exe" -q -version:%WINDOWS_SDK_VERSION%
:: "%WIN_SDK_ROOT%\%WINDOWS_SDK_VERSION%\Bin\SetEnv.cmd" /x86 /release
:: ECHO Executing: %COMMAND_TO_RUN%
:: call %COMMAND_TO_RUN% || EXIT 1
ECHO Using default MSVC build environment for 32 bit architecture
ECHO Executing: %COMMAND_TO_RUN%
call %COMMAND_TO_RUN% || EXIT 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment