Revert "vars: Do not install devel packages by default"
This reverts commit b467764f15f1fb06c9c43813095ebb08d0d28754. 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
|
||||
- libseccomp
|
||||
- libselinux
|
||||
- libselinux-devel
|
||||
- lxc
|
||||
- lxc-devel
|
||||
- lxc-libs
|
||||
- lxc-templates
|
||||
- policycoreutils-python
|
||||
- python2-lxc
|
||||
- selinux-policy-devel # needed to compile selinux module
|
||||
- selinux-policy-devel
|
||||
- unzip
|
||||
- xz
|
||||
|
||||
|
@ -38,10 +38,13 @@ _lxc_cache_distro_packages:
|
||||
- gcc
|
||||
- iproute
|
||||
- iputils
|
||||
- libffi-devel
|
||||
- openssh-server
|
||||
- openssl
|
||||
- openssl-devel
|
||||
- policycoreutils
|
||||
- python2
|
||||
- python-devel
|
||||
- rsync
|
||||
- setup
|
||||
- sudo
|
||||
|
@ -34,6 +34,7 @@ lxc_hosts_distro_packages:
|
||||
- git-core
|
||||
- libseccomp2
|
||||
- lxc
|
||||
- liblxc-devel
|
||||
- python-lxc-python2
|
||||
- xz
|
||||
|
||||
|
@ -40,10 +40,13 @@ _lxc_cache_distro_packages:
|
||||
- gcc
|
||||
- iproute2
|
||||
- iputils
|
||||
- libffi-devel
|
||||
- libopenssl-devel
|
||||
- netcfg
|
||||
- openssh
|
||||
- openssl
|
||||
- python
|
||||
- python-devel
|
||||
- python-xml
|
||||
- rsync
|
||||
- sudo
|
||||
|
@ -35,7 +35,9 @@ lxc_hosts_distro_packages:
|
||||
- language-pack-en
|
||||
- liblxc1
|
||||
- lxc
|
||||
- lxc-dev
|
||||
- lxc-templates
|
||||
- python-dev
|
||||
- python-lxc
|
||||
- python3-lxc
|
||||
- systemd-container
|
||||
|
@ -39,11 +39,15 @@ _lxc_cache_distro_packages:
|
||||
- gcc
|
||||
- iproute2
|
||||
- iputils-ping
|
||||
- libffi-dev
|
||||
- libssl-dev
|
||||
- locales
|
||||
- netbase
|
||||
- openssh-server
|
||||
- openssl
|
||||
- python2.7
|
||||
- python-dev
|
||||
- python3-dev
|
||||
- rsync
|
||||
- sudo
|
||||
- systemd
|
||||
|
@ -35,7 +35,9 @@ lxc_hosts_distro_packages:
|
||||
- language-pack-en
|
||||
- liblxc1
|
||||
- lxc
|
||||
- lxc-dev
|
||||
- lxc-templates
|
||||
- python-dev
|
||||
- python-lxc
|
||||
- python3-lxc
|
||||
- systemd-container
|
||||
|
@ -39,11 +39,15 @@ _lxc_cache_distro_packages:
|
||||
- gcc
|
||||
- iproute2
|
||||
- iputils-ping
|
||||
- libffi-dev
|
||||
- libssl-dev
|
||||
- locales
|
||||
- netbase
|
||||
- openssh-server
|
||||
- openssl
|
||||
- python2.7
|
||||
- python-dev
|
||||
- python3-dev
|
||||
- rsync
|
||||
- sudo
|
||||
- systemd
|
||||
|
Loading…
x
Reference in New Issue
Block a user