From 9374b1955b32b49f77be3b5c84598922296e5b5c Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 23 Dec 2025 17:55:02 -0500 Subject: Fix some build errors --- Omni/Bild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni/Bild.hs') diff --git a/Omni/Bild.hs b/Omni/Bild.hs index 39ac01f..b4da154 100644 --- a/Omni/Bild.hs +++ b/Omni/Bild.hs @@ -1432,7 +1432,7 @@ pipelineBuildOne andTest loud andCache jobs cpus target@Target {..} = do Sbcl -> proc loud namespace (toNixFlag compiler) compilerFlags let exitCode = fst result - when (andCache && isSuccess exitCode) <| do + when (andCache && isSuccess exitCode && isJust out) <| do storePath <- Dir.canonicalizePath (nixdir outname out) cacheStorePath loud namespace storePath pure exitCode -- cgit v1.2.3