mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
gitlab-ci: Add ccache and wget
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
9edd7268b6
commit
13bddfcab6
@ -22,7 +22,7 @@ variables:
|
||||
# Set this to the contents of bootstrap/sha1sum.txt
|
||||
# which is generated by bootstrap/template.py --render
|
||||
#
|
||||
SAMBA_CI_CONTAINER_TAG: 7414ad7ef9108d406b1f6b17ebce19e32aee9f70
|
||||
SAMBA_CI_CONTAINER_TAG: c6ee634a9467e84ee8dd858b0b363f7a75973a66
|
||||
#
|
||||
# We use the ubuntu1804 image as default as
|
||||
# it matches what we have on sn-devel-184.
|
||||
|
@ -36,6 +36,7 @@ COMMON = [
|
||||
'autoconf',
|
||||
'binutils',
|
||||
'bison',
|
||||
'ccache',
|
||||
'curl',
|
||||
'chrpath',
|
||||
'flex',
|
||||
@ -56,6 +57,7 @@ COMMON = [
|
||||
'sudo', # docker images has no sudo by default
|
||||
'tar',
|
||||
'tree',
|
||||
'wget',
|
||||
]
|
||||
|
||||
|
||||
|
@ -22,6 +22,7 @@ yum install -y \
|
||||
bind-utils \
|
||||
binutils \
|
||||
bison \
|
||||
ccache \
|
||||
chrpath \
|
||||
compat-gnutls34-devel \
|
||||
cups-devel \
|
||||
@ -99,6 +100,7 @@ yum install -y \
|
||||
systemd-devel \
|
||||
tar \
|
||||
tree \
|
||||
wget \
|
||||
which \
|
||||
xfsprogs-devel \
|
||||
yum-utils \
|
||||
|
@ -8,6 +8,7 @@ packages:
|
||||
- bind-utils
|
||||
- binutils
|
||||
- bison
|
||||
- ccache
|
||||
- chrpath
|
||||
- compat-gnutls34-devel
|
||||
- cups-devel
|
||||
@ -85,6 +86,7 @@ packages:
|
||||
- systemd-devel
|
||||
- tar
|
||||
- tree
|
||||
- wget
|
||||
- which
|
||||
- xfsprogs-devel
|
||||
- yum-utils
|
||||
|
@ -23,6 +23,7 @@ yum install -y \
|
||||
bind-utils \
|
||||
binutils \
|
||||
bison \
|
||||
ccache \
|
||||
chrpath \
|
||||
cups-devel \
|
||||
curl \
|
||||
@ -103,6 +104,7 @@ yum install -y \
|
||||
systemd-devel \
|
||||
tar \
|
||||
tree \
|
||||
wget \
|
||||
which \
|
||||
xfsprogs-devel \
|
||||
yum-utils \
|
||||
|
@ -8,6 +8,7 @@ packages:
|
||||
- bind-utils
|
||||
- binutils
|
||||
- bison
|
||||
- ccache
|
||||
- chrpath
|
||||
- cups-devel
|
||||
- curl
|
||||
@ -88,6 +89,7 @@ packages:
|
||||
- systemd-devel
|
||||
- tar
|
||||
- tree
|
||||
- wget
|
||||
- which
|
||||
- xfsprogs-devel
|
||||
- yum-utils
|
||||
|
@ -19,6 +19,7 @@ apt-get -y install \
|
||||
binutils \
|
||||
bison \
|
||||
build-essential \
|
||||
ccache \
|
||||
chrpath \
|
||||
curl \
|
||||
debhelper \
|
||||
@ -98,6 +99,7 @@ apt-get -y install \
|
||||
tar \
|
||||
tree \
|
||||
uuid-dev \
|
||||
wget \
|
||||
xfslibs-dev \
|
||||
xsltproc \
|
||||
zlib1g-dev
|
||||
|
@ -8,6 +8,7 @@ packages:
|
||||
- binutils
|
||||
- bison
|
||||
- build-essential
|
||||
- ccache
|
||||
- chrpath
|
||||
- curl
|
||||
- debhelper
|
||||
@ -87,6 +88,7 @@ packages:
|
||||
- tar
|
||||
- tree
|
||||
- uuid-dev
|
||||
- wget
|
||||
- xfslibs-dev
|
||||
- xsltproc
|
||||
- zlib1g-dev
|
@ -19,6 +19,7 @@ dnf install -y \
|
||||
bind-utils \
|
||||
binutils \
|
||||
bison \
|
||||
ccache \
|
||||
chrpath \
|
||||
cups-devel \
|
||||
curl \
|
||||
@ -103,6 +104,7 @@ dnf install -y \
|
||||
systemd-devel \
|
||||
tar \
|
||||
tree \
|
||||
wget \
|
||||
which \
|
||||
xfsprogs-devel \
|
||||
yum-utils \
|
||||
|
@ -8,6 +8,7 @@ packages:
|
||||
- bind-utils
|
||||
- binutils
|
||||
- bison
|
||||
- ccache
|
||||
- chrpath
|
||||
- cups-devel
|
||||
- curl
|
||||
@ -92,6 +93,7 @@ packages:
|
||||
- systemd-devel
|
||||
- tar
|
||||
- tree
|
||||
- wget
|
||||
- which
|
||||
- xfsprogs-devel
|
||||
- yum-utils
|
||||
|
@ -19,6 +19,7 @@ dnf install -y \
|
||||
bind-utils \
|
||||
binutils \
|
||||
bison \
|
||||
ccache \
|
||||
chrpath \
|
||||
cups-devel \
|
||||
curl \
|
||||
@ -103,6 +104,7 @@ dnf install -y \
|
||||
systemd-devel \
|
||||
tar \
|
||||
tree \
|
||||
wget \
|
||||
which \
|
||||
xfsprogs-devel \
|
||||
yum-utils \
|
||||
|
@ -8,6 +8,7 @@ packages:
|
||||
- bind-utils
|
||||
- binutils
|
||||
- bison
|
||||
- ccache
|
||||
- chrpath
|
||||
- cups-devel
|
||||
- curl
|
||||
@ -92,6 +93,7 @@ packages:
|
||||
- systemd-devel
|
||||
- tar
|
||||
- tree
|
||||
- wget
|
||||
- which
|
||||
- xfsprogs-devel
|
||||
- yum-utils
|
||||
|
@ -19,6 +19,7 @@ zypper --non-interactive install \
|
||||
bind-utils \
|
||||
binutils \
|
||||
bison \
|
||||
ccache \
|
||||
chrpath \
|
||||
cups-devel \
|
||||
curl \
|
||||
@ -95,6 +96,7 @@ zypper --non-interactive install \
|
||||
systemd-devel \
|
||||
tar \
|
||||
tree \
|
||||
wget \
|
||||
which \
|
||||
xfsprogs-devel \
|
||||
yum-utils \
|
||||
|
@ -7,6 +7,7 @@ packages:
|
||||
- bind-utils
|
||||
- binutils
|
||||
- bison
|
||||
- ccache
|
||||
- chrpath
|
||||
- cups-devel
|
||||
- curl
|
||||
@ -83,6 +84,7 @@ packages:
|
||||
- systemd-devel
|
||||
- tar
|
||||
- tree
|
||||
- wget
|
||||
- which
|
||||
- xfsprogs-devel
|
||||
- yum-utils
|
||||
|
@ -19,6 +19,7 @@ zypper --non-interactive install \
|
||||
bind-utils \
|
||||
binutils \
|
||||
bison \
|
||||
ccache \
|
||||
chrpath \
|
||||
cups-devel \
|
||||
curl \
|
||||
@ -95,6 +96,7 @@ zypper --non-interactive install \
|
||||
systemd-devel \
|
||||
tar \
|
||||
tree \
|
||||
wget \
|
||||
which \
|
||||
xfsprogs-devel \
|
||||
yum-utils \
|
||||
|
@ -7,6 +7,7 @@ packages:
|
||||
- bind-utils
|
||||
- binutils
|
||||
- bison
|
||||
- ccache
|
||||
- chrpath
|
||||
- cups-devel
|
||||
- curl
|
||||
@ -83,6 +84,7 @@ packages:
|
||||
- systemd-devel
|
||||
- tar
|
||||
- tree
|
||||
- wget
|
||||
- which
|
||||
- xfsprogs-devel
|
||||
- yum-utils
|
||||
|
@ -19,6 +19,7 @@ apt-get -y install \
|
||||
binutils \
|
||||
bison \
|
||||
build-essential \
|
||||
ccache \
|
||||
chrpath \
|
||||
curl \
|
||||
debhelper \
|
||||
@ -97,6 +98,7 @@ apt-get -y install \
|
||||
tar \
|
||||
tree \
|
||||
uuid-dev \
|
||||
wget \
|
||||
xfslibs-dev \
|
||||
xsltproc \
|
||||
zlib1g-dev
|
||||
|
@ -8,6 +8,7 @@ packages:
|
||||
- binutils
|
||||
- bison
|
||||
- build-essential
|
||||
- ccache
|
||||
- chrpath
|
||||
- curl
|
||||
- debhelper
|
||||
@ -86,6 +87,7 @@ packages:
|
||||
- tar
|
||||
- tree
|
||||
- uuid-dev
|
||||
- wget
|
||||
- xfslibs-dev
|
||||
- xsltproc
|
||||
- zlib1g-dev
|
@ -19,6 +19,7 @@ apt-get -y install \
|
||||
binutils \
|
||||
bison \
|
||||
build-essential \
|
||||
ccache \
|
||||
chrpath \
|
||||
curl \
|
||||
debhelper \
|
||||
@ -99,6 +100,7 @@ apt-get -y install \
|
||||
tar \
|
||||
tree \
|
||||
uuid-dev \
|
||||
wget \
|
||||
xfslibs-dev \
|
||||
xsltproc \
|
||||
zlib1g-dev
|
||||
|
@ -8,6 +8,7 @@ packages:
|
||||
- binutils
|
||||
- bison
|
||||
- build-essential
|
||||
- ccache
|
||||
- chrpath
|
||||
- curl
|
||||
- debhelper
|
||||
@ -88,6 +89,7 @@ packages:
|
||||
- tar
|
||||
- tree
|
||||
- uuid-dev
|
||||
- wget
|
||||
- xfslibs-dev
|
||||
- xsltproc
|
||||
- zlib1g-dev
|
@ -19,6 +19,7 @@ apt-get -y install \
|
||||
binutils \
|
||||
bison \
|
||||
build-essential \
|
||||
ccache \
|
||||
chrpath \
|
||||
curl \
|
||||
debhelper \
|
||||
@ -99,6 +100,7 @@ apt-get -y install \
|
||||
tar \
|
||||
tree \
|
||||
uuid-dev \
|
||||
wget \
|
||||
xfslibs-dev \
|
||||
xsltproc \
|
||||
zlib1g-dev
|
||||
|
@ -8,6 +8,7 @@ packages:
|
||||
- binutils
|
||||
- bison
|
||||
- build-essential
|
||||
- ccache
|
||||
- chrpath
|
||||
- curl
|
||||
- debhelper
|
||||
@ -88,6 +89,7 @@ packages:
|
||||
- tar
|
||||
- tree
|
||||
- uuid-dev
|
||||
- wget
|
||||
- xfslibs-dev
|
||||
- xsltproc
|
||||
- zlib1g-dev
|
@ -1 +1 @@
|
||||
7414ad7ef9108d406b1f6b17ebce19e32aee9f70
|
||||
c6ee634a9467e84ee8dd858b0b363f7a75973a66
|
||||
|
Loading…
Reference in New Issue
Block a user