The conan-windows-release-node CI job fails with:
ERROR: There are invalid packages:
onetbb/2021.12.0: Invalid: ontbb requires option hwloc/*:shared=True to be built.
The onetbb Conan package recipe on conancenter was updated to validate that hwloc must be built as a shared library on Windows: conan-io/conan-center-index#20976
Since the Windows CI job has no Conan cache, any run that resolves packages fresh will fail without this option.
The
conan-windows-release-nodeCI job fails with:The
onetbbConan package recipe on conancenter was updated to validate thathwlocmust be built as a shared library on Windows: conan-io/conan-center-index#20976Since the Windows CI job has no Conan cache, any run that resolves packages fresh will fail without this option.