CLI --version + Node 24 release actions, fix hung aarch64 build - #6
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two related changes to the release pipeline plus the missing CLI flag.
f5710f9—nr --version+ Node 24 actionsnr --versionactions/checkout,actions/upload-artifact,actions/download-artifactto@v5(off deprecated Node 20)0607f03— fix hung aarch64-linux release buildThe
aarch64-unknown-linux-gnubuild was hanging indefinitely on theapt-getcross-compilation step (dpkg lock contention). Since thereleasejob hasneeds: build, the run never finished and sat until the 6h default timeout instead of returning a success code.ubuntu-24.04-armrunner; drop thegcc-aarch64cross-toolchain install step entirelytimeout-minutes: 20to the build job as a backstopsoftprops/action-gh-release@v1->@v2(the last action still on Node 20)Note
Tag
v2.0.0points 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 hungv2.0.0run was cancelled.🤖 Generated with Claude Code