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

Rearrange build infrastructure #51

Open
NaitLee opened this issue Feb 7, 2023 · 2 comments
Open

Rearrange build infrastructure #51

NaitLee opened this issue Feb 7, 2023 · 2 comments

Comments

@NaitLee
Copy link
Owner

NaitLee commented Feb 7, 2023

From today’s view it’s messed up. I hope this can be done to make it better and address some problems like #48.

@sync1211
Copy link
Contributor

I recently started porting the build scripts to Makefile as it allows for greater customization. (Makefile-Branch)

To create a bundle, the user would only need to run make, instead of 0-prepare.sh && cd build-common && python build.py $version

@NaitLee
Copy link
Owner Author

NaitLee commented Feb 12, 2023

I remember a long time ago there is #16. I didn’t yet merge it.

One existing problem is Windows building is broken. Even if it’s fixed, it’s going to break again later time.

Python is unfriendly at this… you can’t get bleak-winrt via pip on *nix, but need to manually take the .whl file from pypi (it’s a zip file), then do some dirty work embedding to python, then test it on a real Windows machine — which became unacceptable to be by time.

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

No branches or pull requests

2 participants