Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jenkins: improve x64 node.exe caching for arm64 #3965

Merged

Conversation

StefanStojanovic
Copy link
Contributor

This is the 3rd, and hopefully the last attempt at solving x64 node.exe caching in the CI needed to generate license files when compiling for ARM64. Compared to the previous 2, this one simplifies caching by removing the downloading step. The x64 node.exe is now expected to be already cached before running compile.cmd.

The same change was already applied successfully to the release CI.

Refs: #3315
Refs: #3514
Refs: #3533
Refs: #3842
Refs: #3849

Simplifies caching by removing the downloading step. The x64 node.exe
is now expected to be already cached before running compile.cmd.

The same change was already applied successfully to the release CI.

Refs: nodejs#3315
Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

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

LGTM

@StefanStojanovic StefanStojanovic merged commit 5b8e893 into nodejs:main Nov 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants