Skip to content

build: add temporary workaround for Rust on macOS - #63053

Closed
richardlau wants to merge 1 commit into
nodejs:mainfrom
richardlau:macosrust-workaround
Closed

build: add temporary workaround for Rust on macOS#63053
richardlau wants to merge 1 commit into
nodejs:mainfrom
richardlau:macosrust-workaround

Conversation

@richardlau

Copy link
Copy Markdown
Member

Temporarily install the x64 Rust target on macOS at build time. To be removed when the target is installed at the macOS VM level.

Refs: #63015
Refs: nodejs/build#4316


This can land independently of nodejs/build#4316, but if it does land it should be reverted once nodejs/build#4316 is deployed onto the macOS VMs.

Temporarily install the x64 Rust target on macOS at build time.
To be removed when the target is installed at the macOS VM level.
Signed-off-by: Richard Lau <richard.lau@ibm.com>
@richardlaurichardlau added build Issues and PRs related to build files or the CI. macos Issues and PRs related to the macOS platform / OSX. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. dont-land-on-v24.x PRs that should not land on the v24.x-staging branch and should not be released in v24.x. dont-land-on-v25.x labels Apr 30, 2026
@nodejs-github-botnodejs-github-bot added the needs-ci PRs that need a full CI run. label Apr 30, 2026
@richardlau

Copy link
Copy Markdown
MemberAuthor

@richardlaurichardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 30, 2026
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 30, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@sxasxa self-assigned this Apr 30, 2026

@sxasxa left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I approve in principle but will hold off on any formal approve/merge until @ryanaslett and I can determine if this change can be made on the orka images tomorrow.

@codecov

codecovBot commented Apr 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.65%. Comparing base (66054cc) to head (6782821).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #63053 +/- ##
==========================================
- Coverage 91.48% 89.65% -1.84% 
==========================================
Files 358 708 +350 Lines 151591 220410 +68819 Branches 23925 42276 +18351 ==========================================
+ Hits 138690 197598 +58908 - Misses 12625 14659 +2034 - Partials 276 8153 +7877 

see 473 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@sxa

sxa commented May 1, 2026

Copy link
Copy Markdown
Member

I'm going to close this now as we've built and redeployed an updated image including this by dwefault via nodejs/build#4316 and it has successful run in

@sxasxa closed this May 1, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.dont-land-on-v22.xPRs that should not land on the v22.x-staging branch and should not be released in v22.x.dont-land-on-v24.xPRs that should not land on the v24.x-staging branch and should not be released in v24.x.macosIssues and PRs related to the macOS platform / OSX.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@richardlau@nodejs-github-bot@sxa@anonrig@aduh95@RafaelGSS@gurgunday