cirospaciari / socketify.py

Bringing Http/Https and WebSockets High Performance servers for PyPy3 and Python3
https://www.socketify.dev
MIT License
1.45k stars 56 forks source link

Create pre-build libraries for alpine musl ABI #27

Open cirospaciari opened 2 years ago

cirospaciari commented 2 years ago

installing gcompat libc6-compat in alpine we still got an __fprintf_chk: symbol not found. this is an know issue. I think the way to go at first is identify musl and auto hit make linux inside the docker, if support for an pre-build library are requested we go for it.

Article about python + alpine: https://pythonspeed.com/articles/alpine-docker-python/

cirospaciari commented 2 years ago

Alpine official pre-build library will come some day, but until there this solution can be used: https://github.com/cirospaciari/socketify.py/tree/main/examples/docker/python3-alpine

we will focus on others goals right now