folly
folly copied to clipboard
Tests fail to configure
CMake Error at /usr/local/share/cmake/Modules/GoogleTest.cmake:357 (file):
file failed to open for reading (No such file or directory):
/usr/ports/devel/folly/work/folly-2024.05.06.00/folly/experimental/test/TupleOpsTest.cpp
Call Stack (most recent call first):
CMake/FollyFunctions.cmake:297 (gtest_add_tests)
CMakeLists.txt:600 (folly_define_tests)
Version: 2024.05.06.00 googletest-1.14.0 FreeBSD 14.0
Got same problem when run python3 ./build/fbcode_builder/getdeps.py --allow-system-packages build
Version: v2024.05.06.00
The CI of this repo has been broken for quite a while. Not sure whether they plan to maintain tests anymore.
Sorry about that, we've been making some large changes to where things are and working to enable the use of buck2 externally to build folly. As part of this work, we've caused quite a few breakages. The breakage mentioned in this particular issue is from a test that got moved out of experimental not getting its path updated in the CMake file, and was fixed the same day this issue was opened via https://github.com/facebook/folly/commit/5c2c68c70b66a48d5b45a81dea638308802d9c6c.