ansible-role-python_venv_build/releasenotes/notes/fix_respect_multiarch_setup-6e4d0b2c48ff3a18.yaml
Dmitriy Rabotyagov 57a2f226eb Run wheels build for each unique distro/arch
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
2022-06-29 15:37:02 +00:00

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.