From 8ffd6fb48dd88287530c9d02c793866735fbc914 Mon Sep 17 00:00:00 2001 From: claude-veilor-bot <279801990+s8n-ru@users.noreply.github.com> Date: Thu, 7 May 2026 08:11:06 +0100 Subject: [PATCH] =?UTF-8?q?ci(bluebuild):=20bump=20timeout=2060=20?= =?UTF-8?q?=E2=86=92=20360=20min=20(first-time=20pulls=20slow)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 166 ran 6hr through STEPS 10-14 (cosign keys cp, stage-bins cp, nushell pull, pre_build.sh) — fuse-overlayfs with 130+ layers makes each cp/RUN take ~40min on first build. Subsequent builds will be faster (cached layers). Co-Authored-By: Claude Opus 4.7 --- .github/workflows/build-bluebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-bluebuild.yml b/.github/workflows/build-bluebuild.yml index 815092b..c4b9841 100644 --- a/.github/workflows/build-bluebuild.yml +++ b/.github/workflows/build-bluebuild.yml @@ -34,7 +34,7 @@ jobs: # via runner config. Privileged + userns=host + sock pass-through # already wired in the runner config (see infra/forgejo/). runs-on: nullstone - timeout-minutes: 60 + timeout-minutes: 360 permissions: contents: read packages: write