DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] ci: switch to Fedora 37
@ 2023-04-21 14:34 David Marchand
  2023-04-21 21:06 ` Aaron Conole
  0 siblings, 1 reply; 6+ messages in thread
From: David Marchand @ 2023-04-21 14:34 UTC (permalink / raw)
  To: dev; +Cc: Aaron Conole, Michael Santana

Fedora 35 has been declared EOL in 2022/12 (see [1]).
Fedora 36 will soon be EOL too.

Move to Fedora 37.
Fedora 37 libbpf does not support AF_XDP anymore, now provided by
libxdp.

1: https://docs.fedoraproject.org/en-US/releases/eol/

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

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index edd39cbd62..7322eb59b7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -149,7 +149,7 @@ jobs:
       fail-fast: false
       matrix:
         config:
-          - image: fedora:35
+          - image: fedora:37
 
     steps:
     - name: Generate various keys
@@ -198,9 +198,9 @@ jobs:
       fail-fast: false
       matrix:
         config:
-          - image: fedora:35
+          - image: fedora:37
             compiler: gcc
-          - image: fedora:35
+          - image: fedora:37
             compiler: clang
 
     steps:
@@ -250,7 +250,7 @@ jobs:
       run: docker exec -i dpdk dnf update -y || true
     - name: Install packages
       run: docker exec -i dpdk dnf install -y ccache jansson-devel
-        libarchive-devel libatomic libbsd-devel libbpf-devel libfdt-devel
+        libarchive-devel libatomic libbsd-devel libxdp-devel libfdt-devel
         libpcap-devel ninja-build numactl-devel openssl-devel python3-pip
         python3-pyelftools python3-setuptools python3-wheel rdma-core-devel
         zlib-devel
-- 
2.40.0


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

end of thread, other threads:[~2023-05-23  9:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-21 14:34 [PATCH] ci: switch to Fedora 37 David Marchand
2023-04-21 21:06 ` Aaron Conole
2023-04-25 13:13   ` David Marchand
2023-04-25 23:20     ` Stephen Hemminger
2023-04-26  5:45       ` David Marchand
2023-05-23  9:49     ` Thomas Monjalon

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).