Uh oh!
There was an error while loading. Please reload this page.
Disable universal2 macOS builds - #175
Conversation
alex
commented
Jul 8, 2022
What needs to happen to get this merged? |
marko-zivic-93
commented
Jul 8, 2022
Hello @alex |
alex
commented
Jul 8, 2022
Got it, thanks! |
alex
commented
Jul 15, 2022
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. |
vsafonkin
commented
Jul 19, 2022
alex
commented
Jul 19, 2022
via email
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. |
alex
commented
Jul 19, 2022
Hmm, no on further review it looks like those builds do not contain this fix. |
alex
commented
Jul 19, 2022
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 |
vsafonkin
commented
Jul 20, 2022
@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