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
This item is to address some points raised by @gdt starting in this mail list thread, around "it's a bug to try to use the network at build time".
I have some work-in-progress to address this item (thus I'm assigned), which I hope to put out very soon, as I'm aware there could be a RC in the coming week.
My proposed solution is to have a CMake option USE_NETWORK with default OFF. It will show warnings if test dependencies cannot be met, and run a subset of tests that can still run.
The text was updated successfully, but these errors were encountered:
This item is to address some points raised by @gdt starting in this mail list thread, around "it's a bug to try to use the network at build time".
I have some work-in-progress to address this item (thus I'm assigned), which I hope to put out very soon, as I'm aware there could be a RC in the coming week.
My proposed solution is to have a CMake option
USE_NETWORK
with defaultOFF
. It will show warnings if test dependencies cannot be met, and run a subset of tests that can still run.The text was updated successfully, but these errors were encountered: