bootstrap: Add chrpath as a required package
authorAndrew Bartlett <abartlet@samba.org>
Sat, 7 Dec 2019 04:35:26 +0000 (17:35 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 10 Dec 2019 09:15:43 +0000 (09:15 +0000)
This is used to test build.sh, part of the oss-fuzz integration, and so also that we
correctly build our fuzzers.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Dec 10 09:15:43 UTC 2019 on sn-devel-184

34 files changed:
.gitlab-ci.yml
bootstrap/config.py
bootstrap/generated-dists/centos6/bootstrap.sh
bootstrap/generated-dists/centos6/packages.yml
bootstrap/generated-dists/centos7/bootstrap.sh
bootstrap/generated-dists/centos7/packages.yml
bootstrap/generated-dists/centos8/bootstrap.sh
bootstrap/generated-dists/centos8/packages.yml
bootstrap/generated-dists/debian10/bootstrap.sh
bootstrap/generated-dists/debian10/packages.yml
bootstrap/generated-dists/debian7/bootstrap.sh
bootstrap/generated-dists/debian7/packages.yml
bootstrap/generated-dists/debian8/bootstrap.sh
bootstrap/generated-dists/debian8/packages.yml
bootstrap/generated-dists/debian9/bootstrap.sh
bootstrap/generated-dists/debian9/packages.yml
bootstrap/generated-dists/fedora29/bootstrap.sh
bootstrap/generated-dists/fedora29/packages.yml
bootstrap/generated-dists/fedora30/bootstrap.sh
bootstrap/generated-dists/fedora30/packages.yml
bootstrap/generated-dists/fedora31/bootstrap.sh
bootstrap/generated-dists/fedora31/packages.yml
bootstrap/generated-dists/opensuse150/bootstrap.sh
bootstrap/generated-dists/opensuse150/packages.yml
bootstrap/generated-dists/opensuse151/bootstrap.sh
bootstrap/generated-dists/opensuse151/packages.yml
bootstrap/generated-dists/ubuntu1404/bootstrap.sh
bootstrap/generated-dists/ubuntu1404/packages.yml
bootstrap/generated-dists/ubuntu1604/bootstrap.sh
bootstrap/generated-dists/ubuntu1604/packages.yml
bootstrap/generated-dists/ubuntu1804/bootstrap.sh
bootstrap/generated-dists/ubuntu1804/packages.yml
bootstrap/sha1sum.txt
lib/fuzzing/oss-fuzz/build_image.sh

index 435c10f33e72277243b5f1ae27ca54be2f59b226..515fb117902503d5b25566b2cf4ecdc786bac70c 100644 (file)
@@ -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: f0cc64e22c612eb0599984cfc5dd20f36858db59
+  SAMBA_CI_CONTAINER_TAG: 36dd95324f5406f62312648e83fde78a8267b386
   #
   # We use the ubuntu1804 image as default as
   # it matches what we have on sn-devel-184.
index a135456866ca8632147a9232b2967b868349cd32..b7ad2f68a53fa10f1f5573c958e119beb983822a 100644 (file)
@@ -37,6 +37,7 @@ COMMON = [
     'binutils',
     'bison',
     'curl',
+    'chrpath',
     'flex',
     'gcc',
     'gdb',
index 129cc3d557b9cefc0c9975d04f8e6ce822653c9b..551d9e773a3928d8a98d2dcbbf8c0f8719057e5b 100755 (executable)
@@ -22,6 +22,7 @@ yum install -y \
     bind-utils \
     binutils \
     bison \
+    chrpath \
     cups-devel \
     curl \
     dbus-devel \
index a9225035e0265dd3ef7e5c79b681d53976f66231..86eb719d641490f6ba2f5bddb0e9ebfa7aeedd7e 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - bind-utils
   - binutils
   - bison
+  - chrpath
   - cups-devel
   - curl
   - dbus-devel
index fb8ee8b72f6f81d2222f514df4ab0ed887fbd89a..08debda480b77c2039e2c491b374e5eb7b8af29f 100755 (executable)
@@ -22,6 +22,7 @@ yum install -y \
     bind-utils \
     binutils \
     bison \
+    chrpath \
     compat-gnutls34-devel \
     cups-devel \
     curl \
index 3d37fd52d5177449eeb6e57e6d2a1be5e2bd4f90..9b93461ff2c1dd4fb8f3e78998d50349a11408bc 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - bind-utils
   - binutils
   - bison
+  - chrpath
   - compat-gnutls34-devel
   - cups-devel
   - curl
index 4b12476dd3612eac7e245ae1b9ddeb64e6f5770c..e19a8b169c7682e8cb36d4edf3265e363ee18974 100755 (executable)
@@ -23,6 +23,7 @@ yum install -y \
     bind-utils \
     binutils \
     bison \
+    chrpath \
     cups-devel \
     curl \
     dbus-devel \
index d8e2d02391f420768e182231157de6595f550ea9..a86bbbdc6204d5ee63433941e75b5617a082432d 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - bind-utils
   - binutils
   - bison
+  - chrpath
   - cups-devel
   - curl
   - dbus-devel
index 6970c477b38fd8f15e0013cc5e3089e1c8ee1b88..758c86f22afb95354ff5d454b01363ef07e383ea 100755 (executable)
@@ -19,6 +19,7 @@ apt-get -y install \
     binutils \
     bison \
     build-essential \
+    chrpath \
     curl \
     debhelper \
     dnsutils \
index 5943f28704bf24c7c463079771f542f33284c083..f5115e99025b845c5c9b13f17c3dee2719da5cf1 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - binutils
   - bison
   - build-essential
+  - chrpath
   - curl
   - debhelper
   - dnsutils
index ea22b863afb16bc98a40ce486c5a6c1e8df91047..d201695fc0321cc4e110b2970b1fbdcc23f8bff5 100755 (executable)
@@ -19,6 +19,7 @@ apt-get -y install \
     binutils \
     bison \
     build-essential \
+    chrpath \
     curl \
     debhelper \
     dnsutils \
index 3303e68d87ba14684bdc65a2fe09f48d6528630d..541704e8b217c792a24a08c15369e511bb6578eb 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - binutils
   - bison
   - build-essential
+  - chrpath
   - curl
   - debhelper
   - dnsutils
index 687e7723847dd65681f9ea9033cb818b30613402..c810ad890097af6eef2c909229537a3bdbf9b06d 100755 (executable)
@@ -19,6 +19,7 @@ apt-get -y install \
     binutils \
     bison \
     build-essential \
+    chrpath \
     curl \
     debhelper \
     dnsutils \
index 008d58c9514a6c33fd892e23faa3d72c65999044..170733a19f6b45d1a6a611cad67f03611faf58e2 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - binutils
   - bison
   - build-essential
+  - chrpath
   - curl
   - debhelper
   - dnsutils
index 6970c477b38fd8f15e0013cc5e3089e1c8ee1b88..758c86f22afb95354ff5d454b01363ef07e383ea 100755 (executable)
@@ -19,6 +19,7 @@ apt-get -y install \
     binutils \
     bison \
     build-essential \
+    chrpath \
     curl \
     debhelper \
     dnsutils \
index 5943f28704bf24c7c463079771f542f33284c083..f5115e99025b845c5c9b13f17c3dee2719da5cf1 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - binutils
   - bison
   - build-essential
+  - chrpath
   - curl
   - debhelper
   - dnsutils
index 1c8357c5cb5b513f4dbaf1221b4e0dd802c488cd..9c094aae396c4145d4783bb7ec4b315258c8f509 100755 (executable)
@@ -19,6 +19,7 @@ dnf install -y \
     bind-utils \
     binutils \
     bison \
+    chrpath \
     cups-devel \
     curl \
     dbus-devel \
index dc37c6f15dd0741db04e80ab4dae2f3fed466056..be10535bfa1ea4f1b2344b9ac90dbc32434d13d2 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - bind-utils
   - binutils
   - bison
+  - chrpath
   - cups-devel
   - curl
   - dbus-devel
index 1c8357c5cb5b513f4dbaf1221b4e0dd802c488cd..9c094aae396c4145d4783bb7ec4b315258c8f509 100755 (executable)
@@ -19,6 +19,7 @@ dnf install -y \
     bind-utils \
     binutils \
     bison \
+    chrpath \
     cups-devel \
     curl \
     dbus-devel \
index dc37c6f15dd0741db04e80ab4dae2f3fed466056..be10535bfa1ea4f1b2344b9ac90dbc32434d13d2 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - bind-utils
   - binutils
   - bison
+  - chrpath
   - cups-devel
   - curl
   - dbus-devel
index b423481af679652b59b4604d3745865ada8a8334..b882489baa22aebceb761705ff68f966a2498c38 100755 (executable)
@@ -19,6 +19,7 @@ dnf install -y \
     bind-utils \
     binutils \
     bison \
+    chrpath \
     cups-devel \
     curl \
     dbus-devel \
index d56faf8a859516a12c47ad50bff617f4a80abd59..d407300b3ef001b2d999adf7421d270cc237503a 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - bind-utils
   - binutils
   - bison
+  - chrpath
   - cups-devel
   - curl
   - dbus-devel
index a970cde767984cfd269b37f7b85f41838904f4e0..591da07b1d8051b49e16a78ab888f2dfc49d0fc4 100755 (executable)
@@ -19,6 +19,7 @@ zypper --non-interactive install \
     bind-utils \
     binutils \
     bison \
+    chrpath \
     cups-devel \
     curl \
     dbus-1-devel \
index 62a4270600ace86f82891a3ebb887524fb328322..ba60caba8684c806bfffba68e263640e2acaf661 100644 (file)
@@ -7,6 +7,7 @@ packages:
   - bind-utils
   - binutils
   - bison
+  - chrpath
   - cups-devel
   - curl
   - dbus-1-devel
index a970cde767984cfd269b37f7b85f41838904f4e0..591da07b1d8051b49e16a78ab888f2dfc49d0fc4 100755 (executable)
@@ -19,6 +19,7 @@ zypper --non-interactive install \
     bind-utils \
     binutils \
     bison \
+    chrpath \
     cups-devel \
     curl \
     dbus-1-devel \
index 62a4270600ace86f82891a3ebb887524fb328322..ba60caba8684c806bfffba68e263640e2acaf661 100644 (file)
@@ -7,6 +7,7 @@ packages:
   - bind-utils
   - binutils
   - bison
+  - chrpath
   - cups-devel
   - curl
   - dbus-1-devel
index e671c7a50c0ff5affe8481669574c1d4748be58a..01dddb852861e6ed2f679eaaac3d658173f291c2 100755 (executable)
@@ -19,6 +19,7 @@ apt-get -y install \
     binutils \
     bison \
     build-essential \
+    chrpath \
     curl \
     debhelper \
     dnsutils \
index af577b3a32986edea236b4c04f7c523c86c1cb81..52e2b0c783f29486ef2284a33df05c1e30e0793b 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - binutils
   - bison
   - build-essential
+  - chrpath
   - curl
   - debhelper
   - dnsutils
index cfac3a062116c1fc8604778396b9894d0bfb7444..04ceb1822c4fe8803b4e1379a1a510e8953816a6 100755 (executable)
@@ -19,6 +19,7 @@ apt-get -y install \
     binutils \
     bison \
     build-essential \
+    chrpath \
     curl \
     debhelper \
     dnsutils \
index 7efddb7bbbd0f032d253dad98ea1113386a902a1..c6cb5e460ae346a89451e867da208e3fe1b60029 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - binutils
   - bison
   - build-essential
+  - chrpath
   - curl
   - debhelper
   - dnsutils
index 0e5c611665b281d012b3dd3df3354035ffe64f77..e07f1863c31ae9e8aa39ad5a9e64b41b365fbe6f 100755 (executable)
@@ -19,6 +19,7 @@ apt-get -y install \
     binutils \
     bison \
     build-essential \
+    chrpath \
     curl \
     debhelper \
     dnsutils \
index 2045f092f16a0b3770e3e5a4df815e76571cb218..d70426ca5f255f9780d8ef81fc7a82614c82617e 100644 (file)
@@ -8,6 +8,7 @@ packages:
   - binutils
   - bison
   - build-essential
+  - chrpath
   - curl
   - debhelper
   - dnsutils
index 8117f01d9b48b2be135240eda80db1090fe26983..c9bf561e666b34964e28d33ebe76e2a7a4473eb4 100644 (file)
@@ -1 +1 @@
-f0cc64e22c612eb0599984cfc5dd20f36858db59
+36dd95324f5406f62312648e83fde78a8267b386
index 6dcbd16a75a5ff95251a0a907babcbb0c0a07c97..5df07dc43be1412a8cc5a26e05c76247d1d6a352 100755 (executable)
@@ -5,6 +5,3 @@ SCRIPT_DIR=`dirname $0`
 
 $SCRIPT_DIR/../../../bootstrap/generated-dists/$DIST/bootstrap.sh
 $SCRIPT_DIR/../../../bootstrap/generated-dists/$DIST/locale.sh
-
-apt-get install chrpath
-