Skip to content

Commit 8d24e94

Browse files
authored
Merge pull request #5698 from grondo/fedora39
ci: add fedora39 build
2 parents 0719ae6 + c5eb6a0 commit 8d24e94

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/test/docker/docker-run-checks.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ else
237237
-e S3_SECRET_ACCESS_KEY \
238238
-e S3_HOSTNAME \
239239
-e S3_BUCKET \
240+
-e PSM3_HAL \
241+
-e PSM3_DEVICES \
240242
--cap-add SYS_PTRACE \
241243
--tty \
242244
${INTERACTIVE:+--interactive} \

src/test/generate-matrix.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,22 @@ def __str__(self):
270270
docker_tag=True,
271271
)
272272

273+
# Fedora 39
274+
# Note: caliper does not compile on Fedora 38
275+
matrix.add_build(
276+
name="fedora39 - gcc-13.2,py3.12",
277+
image="fedora39",
278+
args=(
279+
"--prefix=/usr"
280+
" --sysconfdir=/etc"
281+
" --with-systemdsystemunitdir=/etc/systemd/system"
282+
" --localstatedir=/var"
283+
" --with-flux-security"
284+
),
285+
env=dict(PSM3_HAL="loopback"),
286+
docker_tag=True,
287+
)
288+
273289
matrix.add_build(
274290
name="alpine",
275291
image="alpine",

0 commit comments

Comments
 (0)