Skip to content

Commit 49f64d6

Browse files
committed
[ci] Add Fedora 43 to the CI
Fedora 43 is not released yet, so it's marked as a special build. The reason why it's added to the CI already early is that it already provides Python 3.14, which will be released in 3 months. So it's very useful for testing the ROOT Python interfaces with the upcoming Python version.
1 parent e531ec1 commit 49f64d6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
builtin_zlib=ON
2+
builtin_zstd=ON
3+
ccache=ON
4+
test_distrdf_dask=OFF
5+
test_distrdf_pyspark=OFF
6+
vdt=OFF

.github/workflows/root-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,9 @@ jobs:
364364
- image: fedora41
365365
- image: fedora42
366366
overrides: ["CMAKE_CXX_STANDARD=23"]
367+
- image: fedora43
368+
overrides: ["CMAKE_CXX_STANDARD=23"]
369+
is_special: true
367370
- image: alma8
368371
- image: alma9
369372
overrides: ["CMAKE_BUILD_TYPE=Debug", "CMAKE_CXX_FLAGS=-Wsuggest-override"]

0 commit comments

Comments
 (0)