cupy / cupy-release-tools

Tools for CuPy Release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option to only `pyenv install` Python version needed for the build

kmaehashi opened this issue · comments

Currently, all supported Python versions are built when building builder/verifier Docker images. This was originally intended to reuse the docker image when building wheels for multiple Python versions on Jenkins, but now we are using FlexCI which is isolated to each other and docker images are not reused.

Update: this is low-priority as we are still using Jenkins to build ROCm wheels, and the python build time is not that long as the build for each python version are parallelized.