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 support for win64-aarch64(arm64) platform. #695

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Cauacs
Copy link

@Cauacs Cauacs commented Jul 11, 2024

Fixes #681

Copy link
Contributor

@whimboo whimboo left a comment

Choose a reason for hiding this comment

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

Thank you a lot @Cauacs for your contribution! Overall it looks fine but please take care of my inline comment. We basically should handle the arm64 architecture similar across all platforms.

mozdownload/scraper.py Outdated Show resolved Hide resolved
@Cauacs Cauacs requested a review from whimboo July 23, 2024 11:25
@@ -19,6 +19,9 @@
({'platform': 'win64'},
'2013-10-01-03-02-04-mozilla-central-firefox-27.0a1.en-US.win64.installer.exe',
'firefox/nightly/2013/10/2013-10-01-03-02-04-mozilla-central/firefox-27.0a1.en-US.win64.installer.exe'),
({'platform': 'win-arm64'},
'2013-10-01-03-02-04-mozilla-central-firefox-27.0a1.en-US.win64-aarch64.installer.exe',
'firefox/nightly/2013/10/2013-10-01-03-02-04-mozilla-central/firefox-27.0a1.en-US.win64-aarch64.installer.exe'),
Copy link
Contributor

Choose a reason for hiding this comment

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

@Cauacs given that those aarch64 builds for Windows are also available for beta/release builds, would you mind also adding tests for the candidate and release scrapers? That would give us full coverage.

If you don't have the time to do that please let me know and I'll get them added. Thanks!

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.

Support for Windows ARM64 (aarch64) builds
2 participants