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

boa version currently used in emscripten forge #334

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from

Conversation

DerThorsten
Copy link

@DerThorsten DerThorsten commented Mar 22, 2023

  • this branch has all the features we currently use in emscripten-forge:
    • monkey patches
    • python api
    • post-build-callback to trigger playwright tests

This Draft PR still needs a lot of cleanup

@DerThorsten
Copy link
Author

DerThorsten commented Mar 22, 2023

this needs to be synched with #333

@@ -182,6 +183,8 @@ def main(config=None):
command = args.command

init_api_context()
api_ctx = api.Context()
api_ctx.add_pip_as_python_dependency = False
Copy link
Member

Choose a reason for hiding this comment

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

can you check / do you know if conda-build does something similar?

@wolfv wolfv mentioned this pull request Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants