We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d0cab commit 6976c3dCopy full SHA for 6976c3d
1 file changed
.github/workflows/root-ci.yml
@@ -413,7 +413,7 @@ jobs:
413
- image: alma10
414
platform_config: alma10-clang_ninja
415
is_special: true
416
- property: "clang Ninja builtin"
+ property: "clang Ninja builtins auto-registration off"
417
overrides: ["CMAKE_CXX_STANDARD=20"]
418
# Fedora Rawhide with Python debug build
419
- image: rawhide
@@ -475,6 +475,10 @@ jobs:
475
if [ -d /py-venv/ROOT-CI/bin/ ]; then
476
. /py-venv/ROOT-CI/bin/activate && echo PATH=$PATH >> $GITHUB_ENV;
477
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
482
483
- name: Checkout
484
uses: actions/checkout@v6
0 commit comments