-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
GH-115983: skip building shared modules for testing under WASI #116528
GH-115983: skip building shared modules for testing under WASI #116528
Conversation
!buildbot wasi |
🤖 New build scheduled with the buildbot fleet by @brettcannon for commit 3374fe1 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Could you instead add these using the Lines 7333 to 7410 in b9cb855
|
Done! |
This comment was marked as outdated.
This comment was marked as outdated.
…ythonGH-116528) (cherry picked from commit 8c094c3) Co-authored-by: Brett Cannon <[email protected]>
GH-120316 is a backport of this pull request to the 3.12 branch. |
…GH-116528) (#120316) GH-115983: skip building shared modules for testing under WASI (GH-116528) (cherry picked from commit 8c094c3) Co-authored-by: Brett Cannon <[email protected]>
FYI I purposefully didn't bothering backporting as tier 2 support was only for 3.13 and I have made no guarantees older versions would work with newer WASI SDK versions (there's actually a discussion to be had if they even should as binary wheels wouldn't be compatible w/ different SDK versions). |
The backport was needed to repair the WASI buildbots: regression caused by #120173 backport to 3.12. |
dlopen()
under WASI SDK 21 #115983