-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
GH-115976: Add WASI to CI #116516
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-115976: Add WASI to CI #116516
Conversation
brettcannon
commented
Mar 8, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Add WASI to CI #115976
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, take a look that tests pass but produce this warning:
z stack-size=524288 -Wl,--stack-first -Wl,--initial-memory=10485760 Modules/_testexternalinspection.o -o Modules/_testexternalinspection.cpython-313d-wasm32-wasi.so
/bin/sh: 1: z: not found
make: [Makefile:3362: Modules/_testexternalinspection.cpython-313d-wasm32-wasi.so] Error 127 (ignored)
Error: _testexternalinspection (/home/runner/work/cpython/cpython/cross-build/wasm32-wasi/build/lib.wasi-wasm32-3.13-pydebug/_testexternalinspection.cpython-313d-wasm32-wasi.so) is missing
![]() I think it requires listing in the cpython/.github/workflows/build.yml Lines 519 to 532 in c951e25
And then in either cpython/.github/workflows/build.yml Lines 540 to 580 in c951e25
|
|
Fixed! |
Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>