Skip to content

chore(fix release ci): split build tasks + boop timeout - #606

Merged
twitchyliquid64 merged 1 commit into
mainfrom
tom/mip
Jul 1, 2026
Merged

chore(fix release ci): split build tasks + boop timeout#606
twitchyliquid64 merged 1 commit into
mainfrom
tom/mip

Conversation

@twitchyliquid64

@twitchyliquid64 twitchyliquid64 commented Jul 1, 2026

Copy link
Copy Markdown
Member

Working theory is that during link time for the three binaries, its using a ton of memory (as ldd does) and committing death-by-swap.

Splitting the build into different execs for the three binaries should have it link one at a time, and hopefully finish this time. Also bumped up the timeout so we get some more signal before it times out.

Summary by CodeRabbit

  • Chores
    • Improved the Linux arm64 release pipeline to run longer and handle builds in smaller stages.
    • Split release artifact creation into separate steps, which should make builds more reliable and easier to recover if one step fails.

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 693ce188-814a-404c-a86c-273f418722c5

📥 Commits

Reviewing files that changed from the base of the PR and between aff9187 and 0df9ec3.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml

📝 Walkthrough

Walkthrough

The CI workflow's build-release-linux-arm64 job timeout was increased from 60 to 90 minutes, and the arm64 static release build was refactored from a single combined build/upload of mip, minimal, and minimald into separate build and upload steps per binary.

Changes

ARM64 Release Build Update

Layer / File(s) Summary
Timeout increase and split build/upload steps
.github/workflows/ci.yml
Job timeout raised to 90 minutes; arm64 static build split into separate steps that build and upload minimal, then mip, then begin building minimald.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • gominimal/minimal#442: Modifies the same build-release-arm64 job's timeout and build steps in .github/workflows/ci.yml.

Poem

A rabbit watches builds run late,
Ninety minutes now, we patiently wait 🕐
Minimal, mip, minimald in a row,
Each gets its own step, its own artifact glow ✨
Hop along, CI, steady and slow!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main CI change: splitting release build tasks and increasing the timeout.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Comment @coderabbitai help to get the list of available commands.

@twitchyliquid64
twitchyliquid64 enabled auto-merge (squash) July 1, 2026 02:54
@twitchyliquid64
twitchyliquid64 merged commit 73f88e3 into main Jul 1, 2026
20 checks passed
@twitchyliquid64
twitchyliquid64 deleted the tom/mip branch July 1, 2026 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants