Uh oh!
There was an error while loading. Please reload this page.
bpo-89886: Clean up MACHDEP and _PYTHON_HOST_PLATFORM checks - #30026
bpo-89886: Clean up MACHDEP and _PYTHON_HOST_PLATFORM checks#30026erlend-aasland wants to merge 4 commits into
Conversation
|
tiran
commented
Dec 10, 2021
There is no CI for cross building yet. |
erlend-aasland
commented
Dec 10, 2021
Let's run it on the Emscripten container then; that's a cross-build, AFAIU. |
erlend-aasland
commented
Dec 10, 2021
Accidentally, I've got some ARM toolchains installed. I'll throw it at them and see how it fares. |
arhadthedev
commented
Dec 10, 2021
Just out of curiosity: what distributions still don't have Autoconf so we need pregenerated |
tiran
commented
Dec 10, 2021
Package managers are not our concern. We keep configure and other scripts in git to lower the barrier for contributors. Our |
arhadthedev
commented
Dec 10, 2021
Well, if this file cannot be removed because of specific requirements for its generation, maybe it can be marked as generated akin to outputs of Argument Clinic, Freeze, and Parser/asdl_c.py? It will allow GitHub to collapse it. By the way, I created #30031 to address this. |
erlend-aasland
commented
Dec 10, 2021
BTW, this is a case where the |
erlend-aasland
commented
Dec 22, 2021
Works for me. |
This PR is stale because it has been open for 30 days with no activity. |
MaxwellDupre
left a comment
There was a problem hiding this comment.
From the number of tests passed on my machine (420) I would say this looks ok to me.
But I cant test for all the supported architectures.
Also, I saw 61 fatal error in the config.log.
Is this ok?
BTW how do you check the results on configure? A part from running full test suite and checking the log.
erlend-aasland
commented
Jun 27, 2022
I have no time to follow up this clean-up. Closing. |
https://bugs.python.org/issue45723