From f7c93635ad6ea39a5983c9a31112ce452b314f96 Mon Sep 17 00:00:00 2001 From: Jonas Rembser Date: Wed, 13 Aug 2025 15:13:52 +0200 Subject: [PATCH] [ci] Set `check_connection=OFF` globally This way, we are not affected by problems downloading the connection check file from `root.cern`. --- .github/workflows/root-ci-config/buildconfig/global.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/root-ci-config/buildconfig/global.txt b/.github/workflows/root-ci-config/buildconfig/global.txt index 5e18d6e1c5fae..1c7f1862c82bf 100644 --- a/.github/workflows/root-ci-config/buildconfig/global.txt +++ b/.github/workflows/root-ci-config/buildconfig/global.txt @@ -34,6 +34,7 @@ builtin_zlib=OFF builtin_zstd=OFF ccache=ON cefweb=OFF +check_connection=OFF clad=ON clingtest=OFF cocoa=OFF