Skip to content

fix:add musl target to publish worklfow#237

Merged
simongdavies merged 1 commit into
mainfrom
fix-release
Jul 3, 2026
Merged

fix:add musl target to publish worklfow#237
simongdavies merged 1 commit into
mainfrom
fix-release

Conversation

@simongdavies

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 3, 2026 22:19
@simongdavies simongdavies added the bug Something isn't working label Jul 3, 2026
@simongdavies simongdavies merged commit f8db08a into main Jul 3, 2026
16 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub Actions publish workflow to ensure the x86_64-unknown-linux-musl Rust target is added for the toolchain actually used when rebuilding the hyperlight-js NAPI addon during the linux-musl matrix run, preventing musl cross-compile failures.

Changes:

  • Add a second rustup target add x86_64-unknown-linux-musl after cd into deps/js-host-api so the target is installed for the pinned toolchain in that checkout.
  • Expand inline workflow comments to document why the additional target install is required and the specific failure mode it fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants