[PATCH] ci: switch to Fedora 37
David Marchand
david.marchand at redhat.com
Fri Apr 21 16:34:47 CEST 2023
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 at 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
More information about the dev
mailing list