mirror of
https://github.com/actions/python-versions.git
synced 2025-12-12 13:43:56 +00:00
Document why we build from source on macOS
This commit is contained in:
@@ -8,6 +8,10 @@ class macOSPythonBuilder : NixPythonBuilder {
|
|||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
Contains methods that required to build macOS Python artifact from sources. Inherited from base NixPythonBuilder.
|
Contains methods that required to build macOS Python artifact from sources. Inherited from base NixPythonBuilder.
|
||||||
|
|
||||||
|
While python.org provides precompiled binaries for macOS, switching to them risks breaking existing customers.
|
||||||
|
If we wanted to start using the official binaries instead of building from source, we should avoid changing previous versions
|
||||||
|
so we remain backwards compatible.
|
||||||
|
|
||||||
.PARAMETER platform
|
.PARAMETER platform
|
||||||
The full name of platform for which Python should be built.
|
The full name of platform for which Python should be built.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user