mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
bootstrap: Add back quota-devel on CentOS8
https://bugs.centos.org/view.php?id=16549 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
parent
e1335efa16
commit
225db6148c
@ -23,7 +23,7 @@ variables:
|
||||
# Set this to the contents of bootstrap/sha1sum.txt
|
||||
# which is generated by bootstrap/template.py --render
|
||||
#
|
||||
SAMBA_CI_CONTAINER_TAG: c6ee634a9467e84ee8dd858b0b363f7a75973a66
|
||||
SAMBA_CI_CONTAINER_TAG: 1275dc52ac8c1de5981f267df88b85b6f87e299a
|
||||
#
|
||||
# We use the ubuntu1804 image as default as
|
||||
# it matches what we have on sn-devel-184.
|
||||
|
@ -230,7 +230,10 @@ set -xueo pipefail
|
||||
yum update -y
|
||||
yum install -y dnf-plugins-core
|
||||
yum install -y epel-release
|
||||
|
||||
yum -v repolist all
|
||||
yum config-manager --set-enabled PowerTools -y
|
||||
yum config-manager --set-enabled Devel -y
|
||||
yum update -y
|
||||
|
||||
yum install -y \
|
||||
@ -460,7 +463,6 @@ RPM_DISTS = {
|
||||
'perl-JSON-Parse': '', # does not exist?
|
||||
'perl-Test-Base': 'perl-Test-Simple',
|
||||
'policycoreutils-python': 'python3-policycoreutils',
|
||||
'quota-devel': '', # FIXME: Add me back, once available!
|
||||
'liburing-devel': '', # not available yet, Add me back, once available!
|
||||
}
|
||||
},
|
||||
|
@ -10,7 +10,10 @@ set -xueo pipefail
|
||||
yum update -y
|
||||
yum install -y dnf-plugins-core
|
||||
yum install -y epel-release
|
||||
|
||||
yum -v repolist all
|
||||
yum config-manager --set-enabled PowerTools -y
|
||||
yum config-manager --set-enabled Devel -y
|
||||
yum update -y
|
||||
|
||||
yum install -y \
|
||||
@ -93,6 +96,7 @@ yum install -y \
|
||||
python3-markdown \
|
||||
python3-policycoreutils \
|
||||
python3-pyasn1 \
|
||||
quota-devel \
|
||||
readline-devel \
|
||||
redhat-lsb \
|
||||
rng-tools \
|
||||
|
@ -78,6 +78,7 @@ packages:
|
||||
- python3-markdown
|
||||
- python3-policycoreutils
|
||||
- python3-pyasn1
|
||||
- quota-devel
|
||||
- readline-devel
|
||||
- redhat-lsb
|
||||
- rng-tools
|
||||
|
@ -1 +1 @@
|
||||
c6ee634a9467e84ee8dd858b0b363f7a75973a66
|
||||
1275dc52ac8c1de5981f267df88b85b6f87e299a
|
||||
|
Loading…
Reference in New Issue
Block a user