Skip to content

Commit

Permalink
ci: add Fedora 38 build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
grondo committed May 8, 2023
1 parent 8222bf4 commit 00103ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/test/generate-matrix.py
Expand Up @@ -251,6 +251,21 @@ def __str__(self):
docker_tag=True,
)

# Fedora 38
# Note: caliper does not compile on Fedora 38
matrix.add_build(
name="fedora38 - gcc-13.1,py3.11",
image="fedora38",
args=(
"--prefix=/usr"
" --sysconfdir=/etc"
" --with-systemdsystemunitdir=/etc/systemd/system"
" --localstatedir=/var"
" --with-flux-security"
),
docker_tag=True,
)

# inception
matrix.add_build(
name="inception",
Expand Down

0 comments on commit 00103ff

Please sign in to comment.