René Ferdinand Rivera Morell wrote:
On Sun, Sep 8, 2024 at 9:05 AM Tom Kent via Boost
wrote: All- I've been pretty busy lately so just noticed this, but as of August 18 *all* the regression runs have broken during execution.
The tail of the results log shows:
- cxx11_char16_t : yes [47] - cxx11_char32_t : yes [47] - windows-sdk-supports-bcrypt : no [14] - windows-sdk-supports-bcrypt : no [51] error: Unable to find file or target named error: '/mnt/fs1/teeks99-06/run/boost_root/libs/charconv/build//stage' error: referred to from project at error: '../tools/check_build/test'
I guess I missed that tool needing changes for the modular arrangement. For modular libs the build//stage target no longer exists. As it's now /boost/<lib>//stage. But the code needs to handle both as there's a mixture of modular and monolithic.
We can just remove tools/check_build; it was intended to create a column in the regression matrix that showed an overview of what Boost libraries build, but I'm not sure how useful is that nowadays.