From d9af753a7f5f6c7e52582b596b78c9b870572cb6 Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Thu, 25 Jul 2024 18:05:42 +0200 Subject: libstore: always wake up goals on EOF all goals do this. it makes no sense to not notify a goal of EOF conditions because this is the universal signal for "child done" Change-Id: Ic3980de312547e616739c57c6248a8e81308b5ee --- src/libstore/build/goal.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstore/build/goal.hh') diff --git a/src/libstore/build/goal.hh b/src/libstore/build/goal.hh index d105c53cd..94346531e 100644 --- a/src/libstore/build/goal.hh +++ b/src/libstore/build/goal.hh @@ -145,7 +145,6 @@ public: virtual void handleEOF(int fd) { - abort(); } void trace(std::string_view s); -- cgit v1.2.3