Skip to content

Commit 6dc58a8

Browse files
committed
Ignore ROOT self-tests, they require internet connection
1 parent f6a536b commit 6dc58a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_dqmgui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ compile_root() {
466466
fi
467467
mkdir -p $ROOT_TMP_BUILD_DIR
468468
cd $ROOT_TMP_BUILD_DIR
469-
cmake -DCMAKE_INSTALL_PREFIX=$ROOT_INSTALLATION_DIR $ROOT_TMP_DIR -DPython3_ROOT_DIR=$(which python3)
469+
cmake -DCMAKE_INSTALL_PREFIX=$ROOT_INSTALLATION_DIR $ROOT_TMP_DIR -DPython3_ROOT_DIR=$(which python3) -Dtesting=OFF -Dbuiltin_gtest=OFF
470470
cmake --build . --target install -j $(nproc)
471471
cd $INSTALLATION_DIR
472472
rm -rf $ROOT_TMP_DIR $ROOT_TMP_BUILD_DIR

0 commit comments

Comments
 (0)