Skip to content

bpo-36513: Enable building cpython nuget package for arm32#12669

Merged
zooba merged 1 commit into
python:masterfrom
paulmon:arm32_nuget
Apr 12, 2019
Merged

bpo-36513: Enable building cpython nuget package for arm32#12669
zooba merged 1 commit into
python:masterfrom
paulmon:arm32_nuget

Conversation

@paulmon

@paulmon paulmon commented Apr 3, 2019

Copy link
Copy Markdown
Contributor

Add support for building nuget packages Windows ARM32.

The nuget package contains the headers and libs required to cross-compile arm32 binary distribution packages for inclusion in wheels.

Since the arm32 nuget package is being built on x86/x64 build host $(PythonExe) needs to be overridden with a non-arm binary for the build steps. The parameter --python-exe was added to enable the user to specify which python.exe to use. The version of the specified python.exe should match exactly the version of the arm32 binaries being packaged.

@zooba @zware

https://bugs.python.org/issue36513

@zooba

zooba commented Apr 12, 2019

Copy link
Copy Markdown
Member

Change looks fine to me, and I'm trusting you that it works for ARM32 :)

@zooba zooba merged commit aa25d5d into python:master Apr 12, 2019
@paulmon paulmon deleted the arm32_nuget branch April 18, 2019 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants