We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73379f9 commit 12ba644Copy full SHA for 12ba644
builders/macos-python-builder.psm1
@@ -7,6 +7,10 @@ class macOSPythonBuilder : NixPythonBuilder {
7
8
.DESCRIPTION
9
Contains methods that required to build macOS Python artifact from sources. Inherited from base NixPythonBuilder.
10
+
11
+ While python.org provides precompiled binaries for macOS, switching to them risks breaking existing customers.
12
+ If we wanted to start using the official binaries instead of building from source, we should avoid changing previous versions
13
+ so we remain backwards compatible.
14
15
.PARAMETER platform
16
The full name of platform for which Python should be built.
0 commit comments