-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
GH-95952: Require setting HOSTRUNNER
when cross compiling for WASI
#138203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… WASI macOS by default doesn't have the requisite CLI tools to make a default value easy. Plus Tools/wasm/wasi takes care of setting HOSTRUNNER.
!buildbot wasi |
🤖 New build scheduled with the buildbot fleet by @brettcannon for commit d9a7927 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F138203%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
Converting to draft while I think about what to do with the failing buildbots (they are structured for 3.11 and 3.12, so not critical for PR checks). |
It's primarily for testing 3.11 and 3.12 which is tier 3 only for WASI. Trying to keep it working is a perpetual issue and prevents python/cpython#138203 from landing.
python/buildmaster-config#623 will turn off the non-debug PR builder. Once this lands I will convert the PR to being ready. |
!buildbot wasi |
🤖 New build scheduled with the buildbot fleet by @brettcannon for commit d9a7927 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F138203%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
!buildbot wasi |
🤖 New build scheduled with the buildbot fleet by @brettcannon for commit 98d2b07 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F138203%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
In spite of the message, only the expected one seems to have run. Likely due to my manually doing a |
Yeah, I double-checked with a branch update and that seems to be the case. |
I'll give the typical |
macOS by default doesn't have the requisite CLI tools to make a default value easy. Plus Tools/wasm/wasi takes care of setting HOSTRUNNER.