-
Notifications
You must be signed in to change notification settings - Fork 46
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
fix: binary execution mode compatibility #406
Conversation
Hey @negar-abbasi, i figured i'll combine this with portability tests issue (will update pr description later), still need a bit more time to refactor the pipelines a bit, i have wip progress on a fork will finalize this pr tomorrow for @neilcampbell and yourself to review. In the meantime feel free to proceed with other items |
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.
@neilcampbell approving Negar's bits but lmk if you have any further comments for the portability tests changes
Proposed Changes
402
multiprocessing.freeze_support()
to prevent execution failures when runningalgokit task vanity-address
in binary._copier_python
. This change is temporary until the issue with copier is resolved.407
doctor
,init
,vanity-address
andhelp
commands.Further notes