From fb8eb539fca224803014d43c220abbd6e704a962 Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Mon, 12 Aug 2024 15:51:14 +0200 Subject: libstore: move respect-timeoutiness to goal method this is useless to do on the face of it, but it'll make it easier to convert the entire output handling to use async io and promises soon Change-Id: I2d1eb62c4bbf8f57bd558b9599c08710a389b1a8 --- src/libstore/build/local-derivation-goal.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/libstore/build/local-derivation-goal.hh') diff --git a/src/libstore/build/local-derivation-goal.hh b/src/libstore/build/local-derivation-goal.hh index 128e6fd36..9b2391256 100644 --- a/src/libstore/build/local-derivation-goal.hh +++ b/src/libstore/build/local-derivation-goal.hh @@ -357,6 +357,10 @@ protected: return false; } + virtual bool respectsTimeouts() override + { + return true; + } }; } -- cgit v1.2.3