Skip to content
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

bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873) #29873

Merged
merged 1 commit into from
Dec 1, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Dec 1, 2021

Reduces installation size of browser bundle

https://bugs.python.org/issue40280

Reduces installation size of browser bundle

Signed-off-by: Christian Heimes <[email protected]>
[with_ensurepip=upgrade])
[
AS_CASE([$ac_sys_system],
[Emscripten], [$with_ensurepip=no],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we disable ensurepip for WASI as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to wait until we have WASI builds working and more experience with WASI.

@tiran tiran changed the title bpo-40280: Emscripten defaults to --with-ensurepip=no bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873) Dec 1, 2021
@tiran tiran merged commit 9deb834 into python:main Dec 1, 2021
@tiran tiran deleted the bpo-40280-ensurepip branch December 1, 2021 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants