Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-100340: Allows -Wno-int-conversion for wasm#100341
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I looked at the output forhttps://buildbot.python.org/all/#/builders/1046 , but I couldn't find any way to tell what version of the WASI SDK was used to build Python. I know that@tiran set up the buildbots usinghttps://github.com/tiran/ansible-wasm-buildbot . |
@brettcannon The buildbot is using version 16 according tohttps://github.com/tiran/ansible-wasm-buildbot/blob/main/roles/wasi-sdk/defaults/main.yml#L3 |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
64a65f3
to8fe9902
CompareThere 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.
LGTM!
This worked on |
@kushaldas any reason this wasn't backported? |
Came here from your recent blog post — as a small build change that can be considered a bug fix, and would give the benefit of keeping various python versions compatible with the latest wasi runtime, this seems fine to backport! |
Thanks@kushaldas for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
FixespythonGH-100340 allows -Wno-int-conversion for wasm(cherry picked from commit75c8133)Co-authored-by: Kushal Das <mail@kushaldas.in>
bedevere-bot commentedJun 24, 2023
GH-106066 is a backport of this pull request to the3.11 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Adds new configuration directive to disable
int-conversion
and then using it for thewasm32-wasi
build only. This allows us to build on the version 17 of the wasm-sdk.How to test manually?
Install theversion 17 of the SDK and then run the following command: