fbthrift: add note about tests

This commit is contained in:
Emily
2024-11-13 19:41:11 +00:00
parent 3dd6e0e71a
commit acf1c72bfc
+5
View File
@@ -20,6 +20,7 @@
darwinMinVersionHook,
mvfst,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -64,6 +65,10 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
(lib.cmakeBool "thriftpy" false)
# TODO: Cant figure out where the C++ tests are wired up in the
# CMake build, if anywhere, and this requires Python.
#(lib.cmakeBool "enable_tests" finalAttrs.finalPackage.doCheck)
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Homebrew sets this, and the shared library build fails without