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

fast alpine-based static build in CI #23

Open
code-of-kpp opened this issue Oct 23, 2019 · 0 comments
Open

fast alpine-based static build in CI #23

code-of-kpp opened this issue Oct 23, 2019 · 0 comments

Comments

@code-of-kpp
Copy link

We use Drone CI and still current pipelines are huge and not fit their limits from time to time.
.droneci/config.yml file based on alpine would save us some time because of faster setup.

The hardest part would be to create python wheels compatible with anywheel, it would probably require something like LDFLAGS="-Wl,-Bstatic -lstdc++ -lc -ldl -Wl,-Bdynamic" to produce .so files (python extensions) that don't depend on libc/musl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant