From 24b457b9769ba7d3d8da087625fb8141710170d5 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 10 Feb 2025 09:35:36 -0600 Subject: [PATCH] don't report results --- pkgs/oizys/src/oizys/nix.nim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/oizys/src/oizys/nix.nim b/pkgs/oizys/src/oizys/nix.nim index 26c1c21..3697f4f 100644 --- a/pkgs/oizys/src/oizys/nix.nim +++ b/pkgs/oizys/src/oizys/nix.nim @@ -400,8 +400,9 @@ proc nixBuildWithCache*(name: string, rest: seq[string], service: string, jobs: if res.successful: outs &= drv.outputsPaths - if isCi(): - reportResults(results) + # TODO: fix refactor above interfaces to make this more seemless + # if isCi(): + # reportResults(results) if outs.len > 0: # TODO: push after build not at once?