diff mbox series

[v1] automation: remove bin86/dev86 from tumbleweed image

Message ID 20231213202515.30587-1-olaf@aepfle.de (mailing list archive)
State New
Headers show
Series [v1] automation: remove bin86/dev86 from tumbleweed image | expand

Commit Message

Olaf Hering Dec. 13, 2023, 8:25 p.m. UTC
https://build.opensuse.org/request/show/1126240

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 automation/build/suse/opensuse-tumbleweed.dockerfile | 2 --
 1 file changed, 2 deletions(-)

Comments

Stefano Stabellini Feb. 23, 2024, 11:22 p.m. UTC | #1
On Wed, 13 Dec 2023, Olaf Hering wrote:
> https://build.opensuse.org/request/show/1126240
> 
> Signed-off-by: Olaf Hering <olaf@aepfle.de>

Hi Olaf,

Do you have a successful gitlab pipeline with this patch applied that
you can give me as proof of testing and success?


> ---
>  automation/build/suse/opensuse-tumbleweed.dockerfile | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/automation/build/suse/opensuse-tumbleweed.dockerfile b/automation/build/suse/opensuse-tumbleweed.dockerfile
> index 38f6fda2ff..f00e03eda7 100644
> --- a/automation/build/suse/opensuse-tumbleweed.dockerfile
> +++ b/automation/build/suse/opensuse-tumbleweed.dockerfile
> @@ -11,13 +11,11 @@ RUN zypper ref && zypper dup -y --no-recommends
>  RUN zypper install -y --no-recommends \
>          acpica \
>          bc \
> -        bin86 \
>          bison \
>          bzip2 \
>          checkpolicy \
>          clang \
>          cmake \
> -        dev86 \
>          diffutils \
>          discount \
>          flex \
>
Olaf Hering Feb. 24, 2024, 5:40 a.m. UTC | #2
Fri, 23 Feb 2024 15:22:38 -0800 (PST) Stefano Stabellini <sstabellini@kernel.org>:

> Do you have a successful gitlab pipeline with this patch applied that
> you can give me as proof of testing and success?

Yes, all of them since the patch went out.


Olaf
Stefano Stabellini Feb. 26, 2024, 11:07 p.m. UTC | #3
On Sat, 24 Feb 2024, Olaf Hering wrote:
> Fri, 23 Feb 2024 15:22:38 -0800 (PST) Stefano Stabellini <sstabellini@kernel.org>:
> 
> > Do you have a successful gitlab pipeline with this patch applied that
> > you can give me as proof of testing and success?
> 
> Yes, all of them since the patch went out.

Great thanks!

Acked-by: Stefano Stabellini <sstabellini@kernel.org>
diff mbox series

Patch

diff --git a/automation/build/suse/opensuse-tumbleweed.dockerfile b/automation/build/suse/opensuse-tumbleweed.dockerfile
index 38f6fda2ff..f00e03eda7 100644
--- a/automation/build/suse/opensuse-tumbleweed.dockerfile
+++ b/automation/build/suse/opensuse-tumbleweed.dockerfile
@@ -11,13 +11,11 @@  RUN zypper ref && zypper dup -y --no-recommends
 RUN zypper install -y --no-recommends \
         acpica \
         bc \
-        bin86 \
         bison \
         bzip2 \
         checkpolicy \
         clang \
         cmake \
-        dev86 \
         diffutils \
         discount \
         flex \