On 01/07/2024 4:15 pm, Olaf Hering wrote:
> The build system uses find(1). Make sure it is available.
>
> Signed-off-by: Olaf Hering <o...@aepfle.de>

Acked-by: Andrew Cooper <andrew.coop...@citrix.com>

CC Oleksii.  This is probably non-optional to take.

I suspect it means we can't rebuild the OpenSUSE dockerfiles any more...

~Andrew

> ---
>  automation/build/suse/opensuse-leap.dockerfile       | 1 +
>  automation/build/suse/opensuse-tumbleweed.dockerfile | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/automation/build/suse/opensuse-leap.dockerfile 
> b/automation/build/suse/opensuse-leap.dockerfile
> index 3ef33458a0..1344cbb0d1 100644
> --- a/automation/build/suse/opensuse-leap.dockerfile
> +++ b/automation/build/suse/opensuse-leap.dockerfile
> @@ -20,6 +20,7 @@ RUN zypper install -y --no-recommends \
>          dev86 \
>          diffutils \
>          discount \
> +        findutils \
>          flex \
>          gawk \
>          gcc \
> diff --git a/automation/build/suse/opensuse-tumbleweed.dockerfile 
> b/automation/build/suse/opensuse-tumbleweed.dockerfile
> index a793601c87..2587a3fa4f 100644
> --- a/automation/build/suse/opensuse-tumbleweed.dockerfile
> +++ b/automation/build/suse/opensuse-tumbleweed.dockerfile
> @@ -18,6 +18,7 @@ RUN zypper install -y --no-recommends \
>          cmake \
>          diffutils \
>          discount \
> +        findutils \
>          flex \
>          gawk \
>          gcc \
>


Reply via email to