Revert "Use Boost.Process instead of pid_t (#6510)" (#6909)

This reverts commit fb8e3615d5.
This commit is contained in:
mehrdadn
2020-01-26 10:27:15 -06:00
committed by Edward Oakes
parent 2fca550096
commit 38ec2e7052
11 changed files with 203 additions and 333 deletions
-2
View File
@@ -123,8 +123,6 @@ def ray_deps_setup():
# Backport Clang-Cl patch on Boost 1.69 to Boost <= 1.68:
# https://lists.boost.org/Archives/boost/2018/09/243420.php
"//thirdparty/patches:boost-type_traits-trivial_move.patch",
# Partially backport waitpid() patch on Boost 1.72 to Boost <= 1.68
"//thirdparty/patches:boost-process-teminate-waitpid-nohang.patch",
],
)