Skip to content

Commit 6976c3d

Browse files
hageboeckdpiparo
authored andcommitted
[CI] Disable object auto registration in the clang ninja job.
1 parent a5d0cab commit 6976c3d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/root-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ jobs:
413413
- image: alma10
414414
platform_config: alma10-clang_ninja
415415
is_special: true
416-
property: "clang Ninja builtin"
416+
property: "clang Ninja builtins auto-registration off"
417417
overrides: ["CMAKE_CXX_STANDARD=20"]
418418
# Fedora Rawhide with Python debug build
419419
- image: rawhide
@@ -475,6 +475,10 @@ jobs:
475475
if [ -d /py-venv/ROOT-CI/bin/ ]; then
476476
. /py-venv/ROOT-CI/bin/activate && echo PATH=$PATH >> $GITHUB_ENV;
477477
fi
478+
if ${{ contains(matrix.property, 'auto-registration off') }}; then
479+
echo "Disabling ROOT's object auto registration for this job"
480+
echo ROOT_OBJECT_AUTO_REGISTRATION=0 >> $GITHUB_ENV;
481+
fi
478482
479483
- name: Checkout
480484
uses: actions/checkout@v6

0 commit comments

Comments
 (0)