Skip to content

Commit

Permalink
Merge pull request #174 from brcrista/patch-1
Browse files Browse the repository at this point in the history
Document why we build from source on macOS
  • Loading branch information
marko-zivic-93 authored Jun 29, 2022
2 parents 73379f9 + 12ba644 commit eaa180e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builders/macos-python-builder.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ class macOSPythonBuilder : NixPythonBuilder {
.DESCRIPTION
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
The full name of platform for which Python should be built.
Expand Down

0 comments on commit eaa180e

Please sign in to comment.