[PATCH] CI: Drop bin86/dev86 from archlinux container

Andrew Cooper posted 1 patch 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20241007095637.2450599-1-andrew.cooper3@citrix.com
automation/build/archlinux/current.dockerfile | 2 --
1 file changed, 2 deletions(-)
[PATCH] CI: Drop bin86/dev86 from archlinux container
Posted by Andrew Cooper 1 year, 4 months ago
These packages have moved out of main to AUR, and are not easily accessible
any more.  Drop them, because they're only needed for RomBIOS which is very
legacy these days.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
---
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Doug Goldstein <cardoe@cardoe.com>
CC: Roger Pau Monné <roger.pau@citrix.com>

v2:
 * Repost now that stubdom is fixed with GCC-14
---
 automation/build/archlinux/current.dockerfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/automation/build/archlinux/current.dockerfile b/automation/build/archlinux/current.dockerfile
index 8929e9b5f022..657ddd77a85c 100644
--- a/automation/build/archlinux/current.dockerfile
+++ b/automation/build/archlinux/current.dockerfile
@@ -6,10 +6,8 @@ LABEL maintainer.name="The Xen Project" \
 RUN pacman-key --init
 
 RUN pacman -S --refresh --sysupgrade --noconfirm --noprogressbar --needed \
-        bin86 \
         bridge-utils \
         bzip2 \
-        dev86 \
         discount \
         dtc \
         e2fsprogs \
-- 
2.39.5


Re: [PATCH] CI: Drop bin86/dev86 from archlinux container
Posted by Anthony PERARD 1 year, 4 months ago
On Mon, Oct 07, 2024 at 10:56:37AM +0100, Andrew Cooper wrote:
> These packages have moved out of main to AUR, and are not easily accessible
> any more.  Drop them, because they're only needed for RomBIOS which is very
> legacy these days.
> 
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>

Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>

Thanks,

-- 

Anthony Perard | Vates XCP-ng Developer

XCP-ng & Xen Orchestra - Vates solutions

web: https://vates.tech
Re: [PATCH] CI: Drop bin86/dev86 from archlinux container
Posted by Stefano Stabellini 1 year, 4 months ago
On Mon, 7 Oct 2024, Anthony PERARD wrote:
> On Mon, Oct 07, 2024 at 10:56:37AM +0100, Andrew Cooper wrote:
> > These packages have moved out of main to AUR, and are not easily accessible
> > any more.  Drop them, because they're only needed for RomBIOS which is very
> > legacy these days.
> >
> > Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> > Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
> 
> Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>

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