Skip to content

Remove ARMv6 from releases starting v12.0.0 #2205

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

Merged
merged 2 commits into from
Apr 25, 2019
Merged

Remove ARMv6 from releases starting v12.0.0 #2205

merged 2 commits into from
Apr 25, 2019

Conversation

@fhemberger fhemberger requested review from rvagg and mhdawson April 24, 2019 14:21
@fhemberger
Copy link
Contributor Author

/cc @nodejs/build

@@ -147,6 +147,11 @@ module.exports = (version) => {
downloads = downloads.filter(ver =>
ver.title !== 'Linux 32-bit Binary' &&
ver.title !== 'SmartOS 32-bit Binary')
} else if (semver.satisfies(version, '>= 12.0.0')) {
Copy link
Member

Choose a reason for hiding this comment

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

IIUC, this condition seems unreachable since it would be caught by semver.satisfies(version, '>= 10.0.0') in the line 146:

} else if (semver.satisfies(version, '>= 10.0.0')) {

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right, of course. Stupid copy & paste mistake.
I refactored the download helper, PTAL.

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

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.

7 participants