Use a different wheel build venv per python executable

In a mixed py2/py3 setup the repo server currently tries to use
the same wheel build venv for both py2 and py3.

Change-Id: I70d3430cda52bf96c5e5f3b46ac3907375507f5c
This commit is contained in:
Jonathan Rosser 2019-09-06 09:58:28 +01:00
parent db722a833d
commit fb243ea758
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ venv_build_host: "{{ venv_build_targets[ansible_distribution_version][ansible_ar
# The path for the wheel build venv.
# This is the path where a venv will be created on the
# build host for the purpose of building the wheels.
venv_build_host_venv_path: "/openstack/venvs/wheel-builder"
venv_build_host_venv_path: "/openstack/venvs/wheel-builder-{{ venv_python_executable }}"
# The path where the requirements/constraints are stored
# on the build host in order to ensure the build process