Revert "vars: Do not install devel packages by default"
This reverts commit b467764f15
.
The various os_* roles are missing many build dependencies so dropping
these from the containers results to build failures everywhere. It's
best to do that when all the roles are fixed to contain the build
dependencies they need.
Change-Id: If7e2e732103ed516b9bb73d06c413328c08b93be
This commit is contained in:
parent
b467764f15
commit
57028862f2
@ -27,10 +27,14 @@ lxc_hosts_distro_packages:
|
|||||||
- git
|
- git
|
||||||
- libseccomp
|
- libseccomp
|
||||||
- libselinux
|
- libselinux
|
||||||
|
- libselinux-devel
|
||||||
- lxc
|
- lxc
|
||||||
|
- lxc-devel
|
||||||
|
- lxc-libs
|
||||||
- lxc-templates
|
- lxc-templates
|
||||||
|
- policycoreutils-python
|
||||||
- python2-lxc
|
- python2-lxc
|
||||||
- selinux-policy-devel # needed to compile selinux module
|
- selinux-policy-devel
|
||||||
- unzip
|
- unzip
|
||||||
- xz
|
- xz
|
||||||
|
|
||||||
|
@ -38,10 +38,13 @@ _lxc_cache_distro_packages:
|
|||||||
- gcc
|
- gcc
|
||||||
- iproute
|
- iproute
|
||||||
- iputils
|
- iputils
|
||||||
|
- libffi-devel
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- openssl
|
- openssl
|
||||||
|
- openssl-devel
|
||||||
- policycoreutils
|
- policycoreutils
|
||||||
- python2
|
- python2
|
||||||
|
- python-devel
|
||||||
- rsync
|
- rsync
|
||||||
- setup
|
- setup
|
||||||
- sudo
|
- sudo
|
||||||
|
@ -34,6 +34,7 @@ lxc_hosts_distro_packages:
|
|||||||
- git-core
|
- git-core
|
||||||
- libseccomp2
|
- libseccomp2
|
||||||
- lxc
|
- lxc
|
||||||
|
- liblxc-devel
|
||||||
- python-lxc-python2
|
- python-lxc-python2
|
||||||
- xz
|
- xz
|
||||||
|
|
||||||
|
@ -40,10 +40,13 @@ _lxc_cache_distro_packages:
|
|||||||
- gcc
|
- gcc
|
||||||
- iproute2
|
- iproute2
|
||||||
- iputils
|
- iputils
|
||||||
|
- libffi-devel
|
||||||
|
- libopenssl-devel
|
||||||
- netcfg
|
- netcfg
|
||||||
- openssh
|
- openssh
|
||||||
- openssl
|
- openssl
|
||||||
- python
|
- python
|
||||||
|
- python-devel
|
||||||
- python-xml
|
- python-xml
|
||||||
- rsync
|
- rsync
|
||||||
- sudo
|
- sudo
|
||||||
|
@ -35,7 +35,9 @@ lxc_hosts_distro_packages:
|
|||||||
- language-pack-en
|
- language-pack-en
|
||||||
- liblxc1
|
- liblxc1
|
||||||
- lxc
|
- lxc
|
||||||
|
- lxc-dev
|
||||||
- lxc-templates
|
- lxc-templates
|
||||||
|
- python-dev
|
||||||
- python-lxc
|
- python-lxc
|
||||||
- python3-lxc
|
- python3-lxc
|
||||||
- systemd-container
|
- systemd-container
|
||||||
|
@ -39,11 +39,15 @@ _lxc_cache_distro_packages:
|
|||||||
- gcc
|
- gcc
|
||||||
- iproute2
|
- iproute2
|
||||||
- iputils-ping
|
- iputils-ping
|
||||||
|
- libffi-dev
|
||||||
|
- libssl-dev
|
||||||
- locales
|
- locales
|
||||||
- netbase
|
- netbase
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- openssl
|
- openssl
|
||||||
- python2.7
|
- python2.7
|
||||||
|
- python-dev
|
||||||
|
- python3-dev
|
||||||
- rsync
|
- rsync
|
||||||
- sudo
|
- sudo
|
||||||
- systemd
|
- systemd
|
||||||
|
@ -35,7 +35,9 @@ lxc_hosts_distro_packages:
|
|||||||
- language-pack-en
|
- language-pack-en
|
||||||
- liblxc1
|
- liblxc1
|
||||||
- lxc
|
- lxc
|
||||||
|
- lxc-dev
|
||||||
- lxc-templates
|
- lxc-templates
|
||||||
|
- python-dev
|
||||||
- python-lxc
|
- python-lxc
|
||||||
- python3-lxc
|
- python3-lxc
|
||||||
- systemd-container
|
- systemd-container
|
||||||
|
@ -39,11 +39,15 @@ _lxc_cache_distro_packages:
|
|||||||
- gcc
|
- gcc
|
||||||
- iproute2
|
- iproute2
|
||||||
- iputils-ping
|
- iputils-ping
|
||||||
|
- libffi-dev
|
||||||
|
- libssl-dev
|
||||||
- locales
|
- locales
|
||||||
- netbase
|
- netbase
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- openssl
|
- openssl
|
||||||
- python2.7
|
- python2.7
|
||||||
|
- python-dev
|
||||||
|
- python3-dev
|
||||||
- rsync
|
- rsync
|
||||||
- sudo
|
- sudo
|
||||||
- systemd
|
- systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user