1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

gitlab-ci: Install devel files for tracker-sparql (spotlight backend)

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Thu May 20 12:01:06 UTC 2021 on sn-devel-184
This commit is contained in:
Andreas Schneider 2021-05-18 09:14:09 +02:00 committed by Andreas Schneider
parent 73e68c38e7
commit 170d2f85a1
19 changed files with 24 additions and 2 deletions

View File

@ -42,7 +42,7 @@ variables:
# Set this to the contents of bootstrap/sha1sum.txt # Set this to the contents of bootstrap/sha1sum.txt
# which is generated by bootstrap/template.py --render # which is generated by bootstrap/template.py --render
# #
SAMBA_CI_CONTAINER_TAG: 66bfd3037078ebaa3395adfd563e8cc78d49d4d3 SAMBA_CI_CONTAINER_TAG: fa3eeb92fb5447524a057a4c377e6960dff626ce
# #
# We use the ubuntu1804 image as default as # We use the ubuntu1804 image as default as
# it matches what we have on sn-devel-184. # it matches what we have on sn-devel-184.

View File

@ -163,6 +163,9 @@ PKGS = [
('glusterfs-common', 'glusterfs-devel'), ('glusterfs-common', 'glusterfs-devel'),
('libcephfs-dev', 'libcephfs-devel'), ('libcephfs-dev', 'libcephfs-devel'),
# spotlight
('libtracker-sparql-2.0-dev', 'tracker-devel'),
# misc # misc
# @ means group for rpm, use fedora as rpm default # @ means group for rpm, use fedora as rpm default
('build-essential', '@development-tools'), ('build-essential', '@development-tools'),
@ -401,6 +404,7 @@ DEB_DISTS = {
'glusterfs-common': '', 'glusterfs-common': '',
'libcephfs-dev': '', 'libcephfs-dev': '',
'liburing-dev': '', # not available 'liburing-dev': '', # not available
'libtracker-sparql-2.0-dev': '', # not available
} }
}, },
'ubuntu1804': { 'ubuntu1804': {
@ -454,6 +458,7 @@ RPM_DISTS = {
'gnutls-devel': 'compat-gnutls34-devel', 'gnutls-devel': 'compat-gnutls34-devel',
'liburing-devel': '', # not available 'liburing-devel': '', # not available
'python3-setproctitle': 'python36-setproctitle', 'python3-setproctitle': 'python36-setproctitle',
'tracker-devel': '', # do not install
} }
}, },
'centos8': { 'centos8': {
@ -491,6 +496,7 @@ RPM_DISTS = {
'libsemanage-python': 'python3-libsemanage', 'libsemanage-python': 'python3-libsemanage',
'policycoreutils-python': 'python3-policycoreutils', 'policycoreutils-python': 'python3-policycoreutils',
'perl-FindBin': '', 'perl-FindBin': '',
'libtracker-sparql-2.0-dev': '', # only tracker 3.x is available
} }
}, },
'opensuse151': { 'opensuse151': {

View File

@ -111,6 +111,7 @@ yum install -y \
sudo \ sudo \
systemd-devel \ systemd-devel \
tar \ tar \
tracker-devel \
tree \ tree \
wget \ wget \
which \ which \

View File

@ -91,6 +91,7 @@ packages:
- sudo - sudo
- systemd-devel - systemd-devel
- tar - tar
- tracker-devel
- tree - tree
- wget - wget
- which - which

View File

@ -68,6 +68,7 @@ apt-get -y install \
libsystemd-dev \ libsystemd-dev \
libtasn1-bin \ libtasn1-bin \
libtasn1-dev \ libtasn1-dev \
libtracker-sparql-2.0-dev \
libunwind-dev \ libunwind-dev \
lmdb-utils \ lmdb-utils \
locales \ locales \

View File

@ -57,6 +57,7 @@ packages:
- libsystemd-dev - libsystemd-dev
- libtasn1-bin - libtasn1-bin
- libtasn1-dev - libtasn1-dev
- libtracker-sparql-2.0-dev
- libunwind-dev - libunwind-dev
- lmdb-utils - lmdb-utils
- locales - locales

View File

@ -106,6 +106,7 @@ dnf install -y \
sudo \ sudo \
systemd-devel \ systemd-devel \
tar \ tar \
tracker-devel \
tree \ tree \
wget \ wget \
which \ which \

View File

@ -95,6 +95,7 @@ packages:
- sudo - sudo
- systemd-devel - systemd-devel
- tar - tar
- tracker-devel
- tree - tree
- wget - wget
- which - which

View File

@ -105,6 +105,7 @@ dnf install -y \
sudo \ sudo \
systemd-devel \ systemd-devel \
tar \ tar \
tracker-devel \
tree \ tree \
wget \ wget \
which \ which \

View File

@ -94,6 +94,7 @@ packages:
- sudo - sudo
- systemd-devel - systemd-devel
- tar - tar
- tracker-devel
- tree - tree
- wget - wget
- which - which

View File

@ -97,6 +97,7 @@ zypper --non-interactive install \
sudo \ sudo \
systemd-devel \ systemd-devel \
tar \ tar \
tracker-devel \
tree \ tree \
wget \ wget \
which \ which \

View File

@ -85,6 +85,7 @@ packages:
- sudo - sudo
- systemd-devel - systemd-devel
- tar - tar
- tracker-devel
- tree - tree
- wget - wget
- which - which

View File

@ -99,6 +99,7 @@ zypper --non-interactive install \
sudo \ sudo \
systemd-devel \ systemd-devel \
tar \ tar \
tracker-devel \
tree \ tree \
wget \ wget \
which \ which \

View File

@ -87,6 +87,7 @@ packages:
- sudo - sudo
- systemd-devel - systemd-devel
- tar - tar
- tracker-devel
- tree - tree
- wget - wget
- which - which

View File

@ -69,6 +69,7 @@ apt-get -y install \
libsystemd-dev \ libsystemd-dev \
libtasn1-bin \ libtasn1-bin \
libtasn1-dev \ libtasn1-dev \
libtracker-sparql-2.0-dev \
libunwind-dev \ libunwind-dev \
lmdb-utils \ lmdb-utils \
locales \ locales \

View File

@ -58,6 +58,7 @@ packages:
- libsystemd-dev - libsystemd-dev
- libtasn1-bin - libtasn1-bin
- libtasn1-dev - libtasn1-dev
- libtracker-sparql-2.0-dev
- libunwind-dev - libunwind-dev
- lmdb-utils - lmdb-utils
- locales - locales

View File

@ -69,6 +69,7 @@ apt-get -y install \
libsystemd-dev \ libsystemd-dev \
libtasn1-bin \ libtasn1-bin \
libtasn1-dev \ libtasn1-dev \
libtracker-sparql-2.0-dev \
libunwind-dev \ libunwind-dev \
lmdb-utils \ lmdb-utils \
locales \ locales \

View File

@ -58,6 +58,7 @@ packages:
- libsystemd-dev - libsystemd-dev
- libtasn1-bin - libtasn1-bin
- libtasn1-dev - libtasn1-dev
- libtracker-sparql-2.0-dev
- libunwind-dev - libunwind-dev
- lmdb-utils - lmdb-utils
- locales - locales

View File

@ -1 +1 @@
66bfd3037078ebaa3395adfd563e8cc78d49d4d3 fa3eeb92fb5447524a057a4c377e6960dff626ce