◐ Shell
clean mode source ↗

gh-113119: Fix the macOS framework installer build by gpshead · Pull Request #113268 · python/cpython

@gpshead gpshead changed the title gh-113117: Fix the macOS framework installer build gh-113119: Fix the macOS framework installer build

Dec 19, 2023

@gpshead gpshead marked this pull request as ready for review

December 19, 2023 04:54

@gpshead

Related: since this didn't come up in testing for the original change, it sounds like we're missing --enable-framework in either CI or buildbots?

ned-deily

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the quick fix.

@gpshead

I manually tested that building works on a mac with a configure --enable-framework - FWIW there appear to be a pile of tests that do not pass in framework builds regardless of this (looks environment related when launching python as a child process).

@gpshead gpshead deleted the issue113117-macos-framework branch

December 19, 2023 05:18

ryan-duve pushed a commit to ryan-duve/cpython that referenced this pull request

Dec 26, 2023
`--enable-framework` builds were failing.  we apparently do not have good CI & buildbot coverage here.

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
`--enable-framework` builds were failing.  we apparently do not have good CI & buildbot coverage here.

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
`--enable-framework` builds were failing.  we apparently do not have good CI & buildbot coverage here.