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

bug: Update binary build script to first remove existing binary (#70) #71

Merged

Conversation

gjreda
Copy link
Collaborator

@gjreda gjreda commented Jun 1, 2023

Trying to rebuild the binary while some of these files are still around results in the new binary being created from older specs.

Running yarn python should take ~2 minutes to complete.

After running this script, there should be a single main file at src-tauri/bin/python/main-aarch64-apple-darwin/ (the last directory name will be slightly different if you are not on a Mac).

@gjreda gjreda changed the title Update binary build script to first remove existing binary (#70) chore: Update binary build script to first remove existing binary (#70) Jun 1, 2023
@gjreda gjreda changed the title chore: Update binary build script to first remove existing binary (#70) bug: Update binary build script to first remove existing binary (#70) Jun 1, 2023
@gjreda gjreda merged commit e509d96 into main Jun 1, 2023
@gjreda gjreda deleted the 70-update-yarn-python-to-remove-binary-before-creating-new-one branch June 1, 2023 17:55
@gjreda gjreda linked an issue Jun 1, 2023 that may be closed by this pull request
sergioramos pushed a commit that referenced this pull request Jun 2, 2023
…#71)

Update binary build script to first remove existing binary (#70)
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.

Update yarn python to remove binary before creating new one
2 participants