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

Add npm_config_arch for "Prepare testing environment" #17158

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

tidy-dev
Copy link
Contributor

@tidy-dev tidy-dev commented Aug 1, 2023

Description

We recently merged in a new macOS runner which is M1 or arm64.

This of course makes the mac's arch type to be arm64 instead of x64 and therefore the getDistArchitecture method now returned arm64 by default on macOS builds. This was not noticeable in our regular ci builds because we set the npm-config-arch on our regular ci builds that rely on it being distinct from default. But, for our release processes, we have a few extra steps that are run where the npm-config-arch was not specified and it didn't matter as the x64 was expected. Thus, now, we need to specify it.

Release notes

Notes: no-notes

Copy link
Member

@sergiou87 sergiou87 left a comment

Choose a reason for hiding this comment

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

Great catch!! Makes total sense

@tidy-dev tidy-dev merged commit 35479b9 into development Aug 2, 2023
8 checks passed
@tidy-dev tidy-dev deleted the set_npm_config_arch_only branch August 2, 2023 09:24
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.

None yet

5 participants