All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Marek Marczykowski-Górecki" <marmarek@invisiblethingslab.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: xen-devel@lists.xenproject.org,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	"Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: [PATCH v2 02/12] Switch Linux builds to use Alpine 3.22 container
Date: Fri, 12 Dec 2025 22:34:11 +0100	[thread overview]
Message-ID: <aTyKU-KyOhMuvvuf@mail-itl> (raw)
In-Reply-To: <f79a31b6-9153-47c1-b1c9-21f5aa5c5a8f@citrix.com>

[-- Attachment #1: Type: text/plain, Size: 1357 bytes --]

On Fri, Dec 12, 2025 at 09:15:34PM +0000, Andrew Cooper wrote:
> On 04/12/2025 4:37 pm, Marek Marczykowski-Górecki wrote:
> > Slowly phase out 3.18 one.
> >
> > Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
> > ---
> >  .gitlab-ci.yml | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> > index 17d25ce..36622c7 100644
> > --- a/.gitlab-ci.yml
> > +++ b/.gitlab-ci.yml
> > @@ -21,14 +21,14 @@ stages:
> >    tags:
> >      - arm64
> >    variables:
> > -    CONTAINER: alpine:3.18-arm64-build
> > +    CONTAINER: alpine:3.22-arm64-build
> >  
> >  .x86_64-artifacts:
> >    extends: .artifacts
> >    tags:
> >      - x86_64
> >    variables:
> > -    CONTAINER: alpine:3.18-x86_64-build
> > +    CONTAINER: alpine:3.22-x86_64-build
> >  
> >  #
> >  # ARM64 artifacts
> 
> Just to double check.  This should be safe because it gets us a newer
> build environment for Linux, but the resulting kernel and modules are
> not tied the alpine runtime.

Yes, they shouldn't be specific to alpine runtime, and I'm pretty sure
we already mix Alpine and Debian here without issues.

> i.e. I can commit this to test-artefacts and it won't break Xen's CI ?

-- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2025-12-12 21:34 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-04 16:37 [PATCH v2 00/12] Changes for several CI improvements Marek Marczykowski-Górecki
2025-12-04 16:37 ` [PATCH v2 02/12] Switch Linux builds to use Alpine 3.22 container Marek Marczykowski-Górecki
2025-12-12 21:15   ` Andrew Cooper
2025-12-12 21:34     ` Marek Marczykowski-Górecki [this message]
2025-12-04 16:37 ` [PATCH v2 04/12] Add linux-6.12.60-x86_64 Marek Marczykowski-Górecki
2025-12-10  0:17   ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 05/12] Enable CONFIG_USB_RTL8152 in kernel for hw12 runner Marek Marczykowski-Górecki
2025-12-10  0:18   ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 06/12] Include git in the ARM64 build container too Marek Marczykowski-Górecki
2025-12-10  0:20   ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 07/12] Support building arbitrary Linux branch/tag/commit Marek Marczykowski-Górecki
2025-12-10  0:29   ` Stefano Stabellini
2025-12-10  2:03     ` Marek Marczykowski-Górecki
2025-12-10 20:33       ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 08/12] Save Linux config to artifacts too Marek Marczykowski-Górecki
2025-12-10  0:29   ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 09/12] Add linux-stubdom dependencies Marek Marczykowski-Górecki
2025-12-04 16:38 ` [PATCH v2 10/12] Prepare grub for booting x86_64 HVM domU from a disk Marek Marczykowski-Górecki
2025-12-10  0:41   ` Stefano Stabellini
2025-12-04 16:38 ` [PATCH v2 11/12] Prepare grub for booting x86_64 HVM domU from a cdrom Marek Marczykowski-Górecki
2025-12-04 16:38 ` [PATCH v2 12/12] Setup ssh access to test systems Marek Marczykowski-Górecki
2025-12-10  0:36   ` Stefano Stabellini
2025-12-05  7:34 ` [PATCH v2 00/12] Changes for several CI improvements Jan Beulich
2025-12-05  9:51   ` Marek Marczykowski-Górecki
2025-12-05  9:59     ` Jan Beulich
2025-12-05 10:44       ` Juergen Gross
     [not found] ` <08274c26cc710d3bfa87a66431f441b5703df272.1764866136.git-series.marmarek@invisiblethingslab.com>
2025-12-12 21:12   ` [PATCH v2 01/12] Add Alpine 3.22 containers Andrew Cooper
2025-12-12 21:32     ` Marek Marczykowski-Górecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aTyKU-KyOhMuvvuf@mail-itl \
    --to=marmarek@invisiblethingslab.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=roger.pau@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.