-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
🚀 Feature
When using pyodide build
it would be nice to have a -v
and --vv
for verbose build logging
Motivation
When using cibuildwheel to build pyodide wheels, a build-verbosity
setting, https://cibuildwheel.pypa.io/en/stable/options/#build-verbosity, can be set which passes -v
and --vv
flags to the build step. Currently passing these flags to pyodide build
will error e.g. https://github.com/pandas-dev/pandas/actions/runs/16574102747/job/46873985965?pr=61981
Pitch
Add compatibility and any additional level of build verbosity to pyodide build
by adding -v
and -vv
flags for interoperability with cibuildwheel and improved build context respectively.
Alternatives
None
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request