[rust] Enable Firefox nightly for linux on arm64#14099
[rust] Enable Firefox nightly for linux on arm64#14099titusfortner merged 3 commits intoSeleniumHQ:trunkfrom bgermann:linux-aarch64
Conversation
PR Review 🔍
|
PR Code Suggestions ✨
|
|
Looks like this is related to #13793
|
I compile it myself on for arm64. Generally it runs.
That is already the case. |
|
I do not think that the failing test (Windows-only: fatal error LNK1181: cannot open input file 'windows.0.52.0.lib') is related to this change as this codepath is not relevant on Windows. |
|
No, that error is not related. In theory, that should be fixed in the trunk branch. |
Co-authored-by: Boni García <boni.garcia@uc3m.es>
Description
Mozilla provides nightly Firefox releases for ARM64 Linux now. Make selenium-manager aware of them.
Motivation and Context
On ARM64 Linux, selenium-manager downloads binaries for x86_64 even though there are releases for ARM64.
Types of changes
Checklist
PR Type
Enhancement
Description
Changes walkthrough 📝
firefox.rs
Add ARM64 support for nightly Firefox on Linuxrust/src/firefox.rs