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

docker: Add ability to build shared library flavours of CPython #1185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 17, 2021

  1. docker: Add ability to build shared library flavours of CPython.

    Enable via:
    
        PY_SHARED=1 \
        PLATFORM=$(uname -m) POLICY=manylinux2014 COMMIT_SHA=latest \
        ./build.sh
    
    If set, builds both static & shared versions of CPython into the images.
    Shared versions end up in (eg) /opt/python/cp37-cp37m-shared/ alongside the
    existing static /opt/python/cp37-cp37m/, with a Python binary as
    /usr/local/bin/python3.7-shared.
    rcoup committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7b3e32a View commit details
    Browse the repository at this point in the history