From e67845a73c96db885b9724d52857955b51b74632 Mon Sep 17 00:00:00 2001 From: Uri Simchoni Date: Wed, 8 Jun 2022 22:20:03 +0300 Subject: 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 Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Thu Jun 9 23:48:42 UTC 2022 on sn-devel-184 --- bootstrap/.gitlab-ci.yml | 2 ++ bootstrap/sha1sum.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'bootstrap') 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 -- cgit v1.2.1