From 3b1a02a9afb1f1f4997c8976987770ee686acb92 Mon Sep 17 00:00:00 2001 From: jaakko Date: Wed, 15 Apr 2026 00:12:57 +0300 Subject: [PATCH] CodeBench: go build output ei vuoda terminaaliin (stdio: pipe) --- kipina-codebench/benchmark.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kipina-codebench/benchmark.mjs b/kipina-codebench/benchmark.mjs index 518a4b6..35e36b4 100644 --- a/kipina-codebench/benchmark.mjs +++ b/kipina-codebench/benchmark.mjs @@ -425,7 +425,7 @@ async function runPipeline(model, scenario, round = 1) { try { execSync( `docker run --rm --entrypoint sh -v "${dir}:/src:ro" ${LCONF.dockerImage} -c "cp -r /src/* . && go mod tidy 2>&1 && go build ./... 2>&1"`, - { timeout: 60000, encoding: 'utf-8' } + { timeout: 60000, encoding: 'utf-8', stdio: 'pipe' } ); console.log(` [3/5] ✓ kääntyy`); break; // OK — seuraava tiedosto