File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 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} \
Original file line number Diff line number Diff 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+
273289matrix .add_build (
274290 name = "alpine" ,
275291 image = "alpine" ,
You can’t perform that action at this time.
0 commit comments