57a2f226eb
There may be multiple architecures and OS versions in ansible_play_hosts. However, with run_once we build wheels only for one selected distro and do not repsect multi-arch/multi-distro setups. Instead of run_once we need to select single (and first in play) host of each architecture and distro and delegate wheels building from it. That is needed, because venv_build_host is selected based on the facts gathered for current inventory_hostname and will depend on it's arch/distro. Change-Id: I492d17169538ad2768e28f7c48314bdec407ab36 Closes-Bug: #1964535
7 lines
218 B
YAML
7 lines
218 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Wheels build for multi-arch and multi-distro setups is fixed. For that
|
|
you still need to have set of venv_build_targets that will define targets
|
|
for each operating system and architecture.
|