mirror of
https://github.com/samba-team/samba.git
synced 2025-03-24 10:50:22 +03:00
gitlab-ci: Update for building new containers
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue Apr 30 18:48:18 UTC 2019 on sn-devel-184
This commit is contained in:
parent
e48a6c846f
commit
4dd8db321f
@ -19,7 +19,7 @@ variables:
|
||||
# Set this to the contents of bootstrap/sha1sum.txt
|
||||
# which is generated by bootstrap/template.py --render
|
||||
#
|
||||
SAMBA_CI_CONTAINER_TAG: a63fcd17331238531d472206e34aa24c9fc46bb1
|
||||
SAMBA_CI_CONTAINER_TAG: 4cc4709edd40e4e7c64f9eb255f953eed7924b1f
|
||||
#
|
||||
# The following images are available
|
||||
# Please see the samba-o3 sections at the end of this file!
|
||||
|
@ -10,6 +10,7 @@ set -xueo pipefail
|
||||
dnf update -y
|
||||
|
||||
dnf install -y \
|
||||
--setopt=install_weak_deps=False \
|
||||
@development-tools \
|
||||
acl \
|
||||
attr \
|
||||
|
@ -10,6 +10,7 @@ set -xueo pipefail
|
||||
dnf update -y
|
||||
|
||||
dnf install -y \
|
||||
--setopt=install_weak_deps=False \
|
||||
@development-tools \
|
||||
acl \
|
||||
attr \
|
||||
|
@ -10,6 +10,8 @@ set -xueo pipefail
|
||||
zypper --non-interactive refresh
|
||||
zypper --non-interactive update
|
||||
zypper --non-interactive install \
|
||||
--no-recommends \
|
||||
system-user-nobody \
|
||||
acl \
|
||||
attr \
|
||||
autoconf \
|
||||
@ -99,8 +101,7 @@ zypper --non-interactive install \
|
||||
which \
|
||||
xfsprogs-devel \
|
||||
yum-utils \
|
||||
zlib-devel \
|
||||
system-user-nobody
|
||||
zlib-devel
|
||||
|
||||
zypper --non-interactive clean
|
||||
|
||||
|
@ -1 +1 @@
|
||||
a63fcd17331238531d472206e34aa24c9fc46bb1
|
||||
4cc4709edd40e4e7c64f9eb255f953eed7924b1f
|
||||
|
Loading…
x
Reference in New Issue
Block a user