mirror of
https://github.com/samba-team/samba.git
synced 2025-03-24 10:50:22 +03:00
bootstrap: Add heimdal-multidev for Debian and Ubuntu
This is required for testing the build with the configure option --with-system-heimdalkrb5. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14179 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
7965a204d6
commit
2efc243f1a
@ -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: 03db699647966be88fc347206474f3579faae671
|
||||
SAMBA_CI_CONTAINER_TAG: 187702e2a9c65f874aa13e5eb1c8b68703e72299
|
||||
#
|
||||
# We use the ubuntu1804 image as default as
|
||||
# it matches what we have on sn-devel-184.
|
||||
|
@ -101,6 +101,7 @@ PKGS = [
|
||||
('libunwind-dev', 'libunwind-devel'), # for back trace
|
||||
('libglib2.0-dev', 'glib2-devel'),
|
||||
('libicu-dev', 'libicu-devel'),
|
||||
('heimdal-multidev', ''),
|
||||
|
||||
# NAME1, NAME2
|
||||
# for debian, locales provide locale support with language packs
|
||||
|
@ -30,6 +30,7 @@ apt-get -y install \
|
||||
git \
|
||||
glusterfs-common \
|
||||
gzip \
|
||||
heimdal-multidev \
|
||||
hostname \
|
||||
htop \
|
||||
krb5-config \
|
||||
|
@ -19,6 +19,7 @@ packages:
|
||||
- git
|
||||
- glusterfs-common
|
||||
- gzip
|
||||
- heimdal-multidev
|
||||
- hostname
|
||||
- htop
|
||||
- krb5-config
|
||||
|
@ -30,6 +30,7 @@ apt-get -y install \
|
||||
git \
|
||||
glusterfs-common \
|
||||
gzip \
|
||||
heimdal-multidev \
|
||||
hostname \
|
||||
htop \
|
||||
krb5-config \
|
||||
|
@ -19,6 +19,7 @@ packages:
|
||||
- git
|
||||
- glusterfs-common
|
||||
- gzip
|
||||
- heimdal-multidev
|
||||
- hostname
|
||||
- htop
|
||||
- krb5-config
|
||||
|
@ -30,6 +30,7 @@ apt-get -y install \
|
||||
git \
|
||||
glusterfs-common \
|
||||
gzip \
|
||||
heimdal-multidev \
|
||||
hostname \
|
||||
htop \
|
||||
krb5-config \
|
||||
|
@ -19,6 +19,7 @@ packages:
|
||||
- git
|
||||
- glusterfs-common
|
||||
- gzip
|
||||
- heimdal-multidev
|
||||
- hostname
|
||||
- htop
|
||||
- krb5-config
|
||||
|
@ -29,6 +29,7 @@ apt-get -y install \
|
||||
gdb \
|
||||
git \
|
||||
gzip \
|
||||
heimdal-multidev \
|
||||
hostname \
|
||||
htop \
|
||||
krb5-config \
|
||||
|
@ -18,6 +18,7 @@ packages:
|
||||
- gdb
|
||||
- git
|
||||
- gzip
|
||||
- heimdal-multidev
|
||||
- hostname
|
||||
- htop
|
||||
- krb5-config
|
||||
|
@ -29,6 +29,7 @@ apt-get -y install \
|
||||
gdb \
|
||||
git \
|
||||
gzip \
|
||||
heimdal-multidev \
|
||||
hostname \
|
||||
htop \
|
||||
krb5-config \
|
||||
|
@ -18,6 +18,7 @@ packages:
|
||||
- gdb
|
||||
- git
|
||||
- gzip
|
||||
- heimdal-multidev
|
||||
- hostname
|
||||
- htop
|
||||
- krb5-config
|
||||
|
@ -30,6 +30,7 @@ apt-get -y install \
|
||||
git \
|
||||
glusterfs-common \
|
||||
gzip \
|
||||
heimdal-multidev \
|
||||
hostname \
|
||||
htop \
|
||||
krb5-config \
|
||||
|
@ -19,6 +19,7 @@ packages:
|
||||
- git
|
||||
- glusterfs-common
|
||||
- gzip
|
||||
- heimdal-multidev
|
||||
- hostname
|
||||
- htop
|
||||
- krb5-config
|
||||
|
@ -1 +1 @@
|
||||
03db699647966be88fc347206474f3579faae671
|
||||
187702e2a9c65f874aa13e5eb1c8b68703e72299
|
||||
|
Loading…
x
Reference in New Issue
Block a user