Skip to content

Commit 9fbd5b0

Browse files
committed
[ci] Use Python freethreading+debug in Fedora Rawhide build
Like this, we get test coverage not only for the Python debug build, but also for Python with free threading.
1 parent bf9aadc commit 9fbd5b0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/root-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,11 @@ jobs:
415415
is_special: true
416416
property: "clang Ninja builtins auto-registration off"
417417
overrides: ["CMAKE_CXX_STANDARD=20"]
418-
# Fedora Rawhide with Python debug build
418+
# Fedora Rawhide with Python freethreading+debug build
419419
- image: rawhide
420+
python_venv: "/py-venv-3.14td/ROOT-CI"
420421
is_special: true
421-
property: "Fedora pydebug"
422+
property: "Fedora pydebug no GIL"
422423
overrides: ["CMAKE_CXX_STANDARD=23"]
423424
# Minimal build
424425
- image: alma10

0 commit comments

Comments
 (0)