Expose nightly and debug xbuildenvs in pyodide xbuildenv search and allow installing them via pyodide xbuildenv install#350
Merged
Conversation
ryanking13
reviewed
May 22, 2026
ryanking13
left a comment
Member
There was a problem hiding this comment.
Thanks! I am good with the overall direction, but added comments about some details.
Co-Authored-By: Gyeongjae Choi <def6488@gmail.com>
pyodide xbuildenv searchpyodide xbuildenv search and allow installing them via pyodide xbuildenv install
ryanking13
approved these changes
May 26, 2026
Co-Authored-By: Gyeongjae Choi <def6488@gmail.com>
This was referenced Jun 7, 2026
agriyakhetarpal
added a commit
to pyodide/pyodide-build-environment-nightly
that referenced
this pull request
Jun 10, 2026
Based on [pyodide-build 0.35.0](https://github.com/pyodide/pyodide-build/releases/tag/0.35.0), which includes pyodide/pyodide-build#350.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds
--nightlyand--debugfields based on changes made in https://github.com/pyodide/pyodide-build-environment-nightly, particularly based on the PRs I set up there (#72, #73, #74). It is a follow-up to #349.The fields are exclusive; i.e.,
pyodide xbuildenv searchand--allwork the same as before, but including--nightlyor--debugonly displays them. Here is a table to summarise the changes:pyodide xbuildenv searchpyodide xbuildenv search --allpyodide xbuildenv search --debugpyodide xbuildenv search --nightlypyodide xbuildenv search --debug --nightlypyodide xbuildenv search -all --debug --nightlyOf course, the order of
--all,--debug, and--nightlydoesn't matter.We can install the xbuildenvs, via
--nightlyand--debugflags topyodide xbuildenv install, after finding them through thesearchflag.As a result, we now have three URLs:
The base GitHub Pages page for pyodide-build-environment-nightly is a basic HTML page with some brief information to accompany these changes: https://pyodide.github.io/pyodide-build-environment-nightly.
Additionally, I made two more changes:
MetadataViewcolumns is now computed dynamically based on the length of the items inside them, to prevent breaking the table due to overflows.0.26.0 and laterinstead of0.26.0 -, to be clearer about the ranges and mislead someone into thinking that the table is empty. The programmatic JSON output remains unchanged.AI disclosure: I used Claude 4.5 Haiku to draft the tests.
Follow-ups we can do in here and Pyodide: