summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorUri Simchoni <uri@samba.org>2022-06-08 22:20:03 +0300
committerAndrew Bartlett <abartlet@samba.org>2022-06-09 23:48:42 +0000
commite67845a73c96db885b9724d52857955b51b74632 (patch)
tree0ad25121a724e480320f18e084b139f25f89c627 /bootstrap
parentaec2076fa79b853e26b1fe606570f1c4ae94c79b (diff)
downloadsamba-e67845a73c96db885b9724d52857955b51b74632.tar.gz
ci-images: install diffutils prior to building images
Ensure the podman image used for generating Samba CI images includes 'diff' utility Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Jun 9 23:48:42 UTC 2022 on sn-devel-184
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/.gitlab-ci.yml2
-rw-r--r--bootstrap/sha1sum.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap/.gitlab-ci.yml b/bootstrap/.gitlab-ci.yml
index 053dd17f9e2..626e0103410 100644
--- a/bootstrap/.gitlab-ci.yml
+++ b/bootstrap/.gitlab-ci.yml
@@ -13,6 +13,8 @@
SAMBA_CI_IS_BROKEN_IMAGE: "no"
SAMBA_CI_TEST_JOB: "samba-o3"
before_script:
+ # install prerequisites
+ - dnf install -qy diffutils
# Ensure we are generating correct the container
- uname -a
- cat /etc/os-release
diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt
index e862191aa72..0a3797326be 100644
--- a/bootstrap/sha1sum.txt
+++ b/bootstrap/sha1sum.txt
@@ -1 +1 @@
-a9f12c7712cfccf1bf957d6976dc87917524b55e
+34eff4df0b3dbbfabcd74d5c50c357a6faa280d5