-
Notifications
You must be signed in to change notification settings - Fork 749
Add option --override-repository #792
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
Conversation
Looks like flake8 is run using python2? |
Yes, emsdk, unlike emscripten itself still needs to support python2 I believe so that it can bootstrap itself successfully on macOS where python2 comes pre-installed in the path but not python3. |
Updated according to review, ptal. |
There 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 % test failiures.
* Add option --override-repository to allow controlling where git clones happen from. * Address review
Add option --override-repository to allow controlling where git clones happen from.
With this method we can integrate emsdk builds to our CI.