Merge "Ensure g++ is present on debian/ubuntu for wheel builds"

This commit is contained in:
Zuul 2020-03-11 19:56:14 +00:00 committed by Gerrit Code Review
commit 897e97eb58

View File

@ -16,7 +16,7 @@
_venv_build_base_distro_package_list: _venv_build_base_distro_package_list:
debian: debian:
- cmake - cmake
- gcc - g++
- "{{ (venv_python_executable == 'python2') | ternary('pkg-config', 'python3-pkgconfig') }}" - "{{ (venv_python_executable == 'python2') | ternary('pkg-config', 'python3-pkgconfig') }}"
- "{{ (venv_python_executable == 'python2') | ternary('python-dev', 'python3-dev') }}" - "{{ (venv_python_executable == 'python2') | ternary('python-dev', 'python3-dev') }}"
gentoo: gentoo: