thrift: fix build on darwin

This commit is contained in:
Doron Behar
2026-01-20 23:47:50 +02:00
parent 137d5bf38f
commit a0b84ca90b
+2
View File
@@ -85,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
# Tests that hang up in the Darwin sandbox
"SecurityTest"
"SecurityFromBufferTest"
"PythonThriftTNonblockingServer"
# fails on hydra, passes locally
"concurrency_test"
@@ -94,6 +95,7 @@ stdenv.mkDerivation (finalAttrs: {
"TInterruptTest"
"TServerIntegrationTest"
"processor"
"processor_test"
"TNonblockingServerTest"
"TNonblockingSSLServerTest"
"StressTest"