Skip to content

CLI --version + Node 24 release actions, fix hung aarch64 build - #6

Merged
dawsbot merged 1 commit into
mainfrom
cli-version-and-node24-actions
Jun 18, 2026
Merged

CLI --version + Node 24 release actions, fix hung aarch64 build#6
dawsbot merged 1 commit into
mainfrom
cli-version-and-node24-actions

Conversation

@dawsbot

@dawsbot dawsbot commented Jun 18, 2026

Copy link
Copy Markdown
Owner

What

Two related changes to the release pipeline plus the missing CLI flag.

f5710f9nr --version + Node 24 actions

  • Adds nr --version
  • Bumps actions/checkout, actions/upload-artifact, actions/download-artifact to @v5 (off deprecated Node 20)

0607f03 — fix hung aarch64-linux release build

The aarch64-unknown-linux-gnu build was hanging indefinitely on the apt-get cross-compilation step (dpkg lock contention). Since the release job has needs: build, the run never finished and sat until the 6h default timeout instead of returning a success code.

  • Build aarch64-linux on a native ubuntu-24.04-arm runner; drop the gcc-aarch64 cross-toolchain install step entirely
  • Add timeout-minutes: 20 to the build job as a backstop
  • Bump softprops/action-gh-release@v1 -> @v2 (the last action still on Node 20)

Note

Tag v2.0.0 points to a pre-fix commit, so a clean Node-24 release needs a fresh tag (e.g. v2.0.1) cut after this merges. The previously hung v2.0.0 run was cancelled.

🤖 Generated with Claude Code

The aarch64-unknown-linux-gnu job hung indefinitely on the apt-get
cross-compilation step (dpkg lock contention), so the release job
(needs: build) never started and the run sat until the 6h timeout.

- Build aarch64-linux on a native ubuntu-24.04-arm runner; drop the
  gcc-aarch64 cross-toolchain install step entirely
- Add timeout-minutes: 20 to the build job as a backstop
- Bump softprops/action-gh-release@v1 -> @v2 (last Node 20 action)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dawsbot
dawsbot merged commit 8bfe770 into main Jun 18, 2026
@dawsbot
dawsbot deleted the cli-version-and-node24-actions branch June 18, 2026 20:45
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.

1 participant