feat(webdriver): support geckodriver for linux-aarch64#1371
Merged
drager merged 1 commit intodrager:masterfrom Jun 26, 2024
LeoBorai:feat/geckodriver-linux-aarch64
Merged
feat(webdriver): support geckodriver for linux-aarch64#1371drager merged 1 commit intodrager:masterfrom LeoBorai:feat/geckodriver-linux-aarch64
linux-aarch64#1371drager merged 1 commit intodrager:masterfrom
LeoBorai:feat/geckodriver-linux-aarch64
Conversation
Contributor
Author
|
Interesting, I changed geckodriver's code but chromedriver is failing here 🤔 https://github.com/rustwasm/wasm-pack/actions/runs/8069923360/job/22046060320?pr=1371#step:7:472 |
Contributor
Author
Contributor
Author
|
The version fetched from https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json seems to be cached in tests environments, due to the fact that fetching such URL returns: |
3 tasks
Owner
|
I just merged #1391. Can you rebase master into this branch? :) |
Contributor
Author
Hi! Sure! |
Contributor
Author
|
Hi @drager! I think this is good to go now! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make sure these boxes are checked! 📦✅
rustfmtinstalledcargo fmton the code base before submitting✨✨ 😄 Thanks so much for contributing to wasm-pack! 😄 ✨✨
Introduces support to download Geckodriver in Linux
aarch64based on artifacts availablein Mozilla's releases: https://github.com/mozilla/geckodriver/releases.