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

installation: untar libzmq in venv folder instead of /usr/local #2305

Commits on Mar 23, 2024

  1. installation: untar libzmq in venv folder instead of /usr/local

    - on a linux-host docker build, the user can't write to /usr/local and installing pyzmq fails
    - normal installation also changed because it's sensible to have all pyzmq dependencies in the venv
    - this also makes the separate 'sudo rsync' command obsolete
    - jukebox.Dockerfile: removing ZMQ_PREFIX=${PREFIX} since PREFIX variable doesn't exist in docker environment
    - jukebox.Dockerfile: use ENV to set ZMQ_DRAFT_API
    notapirate committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    54d3baa View commit details
    Browse the repository at this point in the history