Skip to content

Commit 04c468b

Browse files
committed
[TO BE REMOVED] Test switching off object auto registration in the CI.
This is supposed to test auto registration off across all platforms. Once approved, this commit will be removed, and a dedicated build will be used to keep testing this functionality until the release of ROOT 7.
1 parent 27e4433 commit 04c468b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/root-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,11 @@ jobs:
157157
INCREMENTAL: ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') && !matrix.platform == 'mac15' && !matrix.platform == 'mac26'}}
158158
GITHUB_PR_ORIGIN: ${{ github.event.pull_request.head.repo.clone_url }}
159159
OVERRIDES: ${{ join( matrix.overrides, ' ') }}
160+
ROOT_OBJECT_AUTO_REGISTRATION: 0
160161
run: |
161162
[ -d "${VIRTUAL_ENV_DIR}" ] && source ${VIRTUAL_ENV_DIR}/bin/activate
162163
echo "Python is now $(which python3) $(python3 --version)"
163-
src/.github/workflows/root-ci-config/build_root.py \
164+
src/.github/workflows/root-ci-config/build_root.py \
164165
--buildtype RelWithDebInfo \
165166
--incremental $INCREMENTAL \
166167
--base_ref ${{ github.base_ref }} \
@@ -286,6 +287,7 @@ jobs:
286287
env:
287288
INCREMENTAL: ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') }}
288289
GITHUB_PR_ORIGIN: ${{ github.event.pull_request.head.repo.clone_url }}
290+
ROOT_OBJECT_AUTO_REGISTRATION: 0
289291
shell: cmd
290292
run: "C:\\setenv.bat ${{ matrix.target_arch }} &&
291293
python .github/workflows/root-ci-config/build_root.py
@@ -512,6 +514,7 @@ jobs:
512514
INCREMENTAL: ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') }}
513515
GITHUB_PR_ORIGIN: ${{ github.event.pull_request.head.repo.clone_url }}
514516
OVERRIDES: ${{ join( matrix.overrides, ' ') }}
517+
ROOT_OBJECT_AUTO_REGISTRATION: 0
515518
run: ".github/workflows/root-ci-config/build_root.py
516519
--buildtype RelWithDebInfo
517520
--platform ${{ matrix.image }}

0 commit comments

Comments
 (0)