DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] ci: switch testing to Fedora 42 in GHA
@ 2025-09-04 13:45 David Marchand
  2025-09-04 13:54 ` Bruce Richardson
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: David Marchand @ 2025-09-04 13:45 UTC (permalink / raw)
  To: dev; +Cc: Aaron Conole, Michael Santana

Fedora 39 is EOL for some time.
Switch to Fedora 42 which will be maintained for a year (until May 2026).

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 .github/workflows/build.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6f153ab681..cd8f0e2c6f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -234,7 +234,7 @@ jobs:
       fail-fast: false
       matrix:
         config:
-          - image: fedora:39
+          - image: fedora:42
 
     steps:
     - name: Generate various keys
@@ -283,9 +283,9 @@ jobs:
       fail-fast: false
       matrix:
         config:
-          - image: fedora:39
+          - image: fedora:42
             compiler: gcc
-          - image: fedora:39
+          - image: fedora:42
             compiler: clang
 
     steps:
-- 
2.51.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ci: switch testing to Fedora 42 in GHA
  2025-09-04 13:45 [PATCH] ci: switch testing to Fedora 42 in GHA David Marchand
@ 2025-09-04 13:54 ` Bruce Richardson
  2025-09-08 15:02 ` Aaron Conole
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Bruce Richardson @ 2025-09-04 13:54 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, Aaron Conole, Michael Santana

On Thu, Sep 04, 2025 at 03:45:31PM +0200, David Marchand wrote:
> Fedora 39 is EOL for some time.
> Switch to Fedora 42 which will be maintained for a year (until May 2026).
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ci: switch testing to Fedora 42 in GHA
  2025-09-04 13:45 [PATCH] ci: switch testing to Fedora 42 in GHA David Marchand
  2025-09-04 13:54 ` Bruce Richardson
@ 2025-09-08 15:02 ` Aaron Conole
  2025-11-04 14:52 ` David Marchand
  2025-11-05  7:45 ` [PATCH v2] ci: switch testing to Fedora 43 " David Marchand
  3 siblings, 0 replies; 6+ messages in thread
From: Aaron Conole @ 2025-09-08 15:02 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, Michael Santana

David Marchand <david.marchand@redhat.com> writes:

> Fedora 39 is EOL for some time.
> Switch to Fedora 42 which will be maintained for a year (until May 2026).
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---

Acked-by: Aaron Conole <aconole@redhat.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ci: switch testing to Fedora 42 in GHA
  2025-09-04 13:45 [PATCH] ci: switch testing to Fedora 42 in GHA David Marchand
  2025-09-04 13:54 ` Bruce Richardson
  2025-09-08 15:02 ` Aaron Conole
@ 2025-11-04 14:52 ` David Marchand
  2025-11-05  7:45 ` [PATCH v2] ci: switch testing to Fedora 43 " David Marchand
  3 siblings, 0 replies; 6+ messages in thread
From: David Marchand @ 2025-11-04 14:52 UTC (permalink / raw)
  To: dev; +Cc: Aaron Conole, Michael Santana

On Thu, 4 Sept 2025 at 15:46, David Marchand <david.marchand@redhat.com> wrote:
>
> Fedora 39 is EOL for some time.
> Switch to Fedora 42 which will be maintained for a year (until May 2026).
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Fedora 43 is out and will be maintained until December 2026.
Using it will cover testing with clang 21 (that shows new warnings,
fixes are on the ml).

I'll respin this patch.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2] ci: switch testing to Fedora 43 in GHA
  2025-09-04 13:45 [PATCH] ci: switch testing to Fedora 42 in GHA David Marchand
                   ` (2 preceding siblings ...)
  2025-11-04 14:52 ` David Marchand
@ 2025-11-05  7:45 ` David Marchand
  2025-11-05  8:35   ` David Marchand
  3 siblings, 1 reply; 6+ messages in thread
From: David Marchand @ 2025-11-05  7:45 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson, Aaron Conole, Michael Santana

Fedora 39 is EOL for some time.
Switch to Fedora 43 which will be maintained for a year
(until December 2026).

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Aaron Conole <aconole@redhat.com>
---
Changes since v1:
- skipped Fedora 42 now that 43 is out,

---
 .github/workflows/build.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6f153ab681..2da27dca5d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -234,7 +234,7 @@ jobs:
       fail-fast: false
       matrix:
         config:
-          - image: fedora:39
+          - image: fedora:43
 
     steps:
     - name: Generate various keys
@@ -283,9 +283,9 @@ jobs:
       fail-fast: false
       matrix:
         config:
-          - image: fedora:39
+          - image: fedora:43
             compiler: gcc
-          - image: fedora:39
+          - image: fedora:43
             compiler: clang
 
     steps:
-- 
2.51.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] ci: switch testing to Fedora 43 in GHA
  2025-11-05  7:45 ` [PATCH v2] ci: switch testing to Fedora 43 " David Marchand
@ 2025-11-05  8:35   ` David Marchand
  0 siblings, 0 replies; 6+ messages in thread
From: David Marchand @ 2025-11-05  8:35 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, Bruce Richardson, Aaron Conole, Michael Santana

On Wed, 5 Nov 2025 at 08:46, David Marchand <david.marchand@redhat.com> wrote:
>
> Fedora 39 is EOL for some time.
> Switch to Fedora 43 which will be maintained for a year
> (until December 2026).
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> Acked-by: Aaron Conole <aconole@redhat.com>

clang 21 fixes are in, let's push this quickly before anyone breaks
compilation :-).

Applied, thanks.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-11-05  8:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-04 13:45 [PATCH] ci: switch testing to Fedora 42 in GHA David Marchand
2025-09-04 13:54 ` Bruce Richardson
2025-09-08 15:02 ` Aaron Conole
2025-11-04 14:52 ` David Marchand
2025-11-05  7:45 ` [PATCH v2] ci: switch testing to Fedora 43 " David Marchand
2025-11-05  8:35   ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).