Skip to content

Commit c28e866

Browse files
committed
[ci] Check what happens when building with tbb=ON
As described in #19798, we have an old build option that was supposedly removed, but it is still considered in the implementation of `ROOT::gCoreMutex`. It would be good to know what happens when testing ROOT with it (no differences are expected from the performance optimization with TBB, and actually it was always enabled when building with `builtin_tbb=ON` as well, as we do for macOS and Windows).
1 parent ddc834a commit c28e866

File tree

1 file changed

+1
-0
lines changed
  • .github/workflows/root-ci-config/buildconfig

1 file changed

+1
-0
lines changed

.github/workflows/root-ci-config/buildconfig/global.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ mathmore=ON
1010
minuit2_omp=ON
1111
roofit_multiprocess=ON
1212
roottest=ON
13+
tbb=ON
1314
test_distrdf_dask=ON
1415
test_distrdf_pyspark=ON
1516
testing=ON

0 commit comments

Comments
 (0)