Skip to content

Commit 5d16c22

Browse files
committed
ci: add Fedora 38 build
Problem: There is no CI build that tests with Python 3.11 or GCC 13. Add a Fedora 38 build to ci which has these versions of Python and GCC.
1 parent c6650f9 commit 5d16c22

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/test/generate-matrix.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,21 @@ def __str__(self):
251251
docker_tag=True,
252252
)
253253

254+
# Fedora 38
255+
# Note: caliper does not compile on Fedora 38
256+
matrix.add_build(
257+
name="fedora38 - gcc-13.1,py3.11",
258+
image="fedora38",
259+
args=(
260+
"--prefix=/usr"
261+
" --sysconfdir=/etc"
262+
" --with-systemdsystemunitdir=/etc/systemd/system"
263+
" --localstatedir=/var"
264+
" --with-flux-security"
265+
),
266+
docker_tag=True,
267+
)
268+
254269
# inception
255270
matrix.add_build(
256271
name="inception",

0 commit comments

Comments
 (0)