You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since `check_connection=ON` is the default from ROOT builds from source,
it is important to test this in the CI.
But we don't want to test this in general, because of the constant risk
that the probe file on `root.cern` can't be downloaded. So we should
test it on a platform that uses builtins that trigger the connection
check, and where sporadic build failues annoy us the least.
The platforms that use lots of builtins and will therefore trigger the
connection check forever are `windows` and `macos`. We don't have many
Windows CI configs, so we should not risk one of them.
Therefore, I suggest to use some `mac` platform. Let's use `mac-beta`,
so the sole config with `check_connection=ON` will not be dropped
without replacement in the future.
0 commit comments