Disable universal2 macOS builds#175
Disable universal2 macOS builds#175vsafonkin merged 3 commits intoactions:mainfrom vsafonkin:v-vsafonkin/disable-universal2
Conversation
|
What needs to happen to get this merged? |
|
Hello @alex |
|
Got it, thanks! |
|
Can Python 3.10 be rebuilt with this? I'm not sure how exactly this works, but the latest tag for Python 3.10 is still built as universal2. |
|
Thank you!
…On Tue, Jul 19, 2022 at 5:56 AM Vladimir Safonkin ***@***.***> wrote:
Hi @alex <https://github.com/alex>, python 3.10.4 and 3.10.5 were
rebuilt: #177 <#177>
—
Reply to this email directly, view it on GitHub
<#175 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBHDJUZDCJSANFFY3T3VUZ3VHANCNFSM52JJ3FBA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
All that is necessary for evil to succeed is for good people to do nothing.
|
|
Hmm, no on further review it looks like those builds do not contain this fix. |
|
My apologies, those builds do appear to contain the fix, but jobs aren't picking them up: https://github.com/pyca/cryptography/runs/7407788257?check_suite_focus=true |
@alex, it's possible because macOS runner has pre-installed python binaries for 3.10.5: The macOS runner will be updated at this week or next week, I believe. Or you can remove preinstalled python before |
Since the
universal2build of python for macOS brought some breaking changes for customers, we need to disable it temporary.See PR discussion: #114