-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Throw Error When Using Unsupported Linux ARM #14616
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
Changes from 11 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
25e3bfe
Throw Error When Using Unsupported Linux ARM
shbenzer 378328a
Merge branch 'trunk' into issue-13793
shbenzer eddc986
Update SeleniumManager.java
shbenzer 04f04c5
fixed formatting
shbenzer d965ca5
Merge branch 'trunk' into issue-13793
shbenzer c69505f
Merge branch 'trunk' into issue-13793
shbenzer a7be622
fixed formatting - my bad
shbenzer cb89f97
Update SeleniumManager.java
shbenzer 37cd813
Update SeleniumManager.java
shbenzer c853c84
Merge branch 'trunk' into issue-13793
shbenzer bbe46a1
Update SeleniumManager.java
shbenzer 8a000fd
Merge branch 'trunk' into issue-13793
shbenzer 40a0b7d
Merge branch 'trunk' into issue-13793
shbenzer cd16d30
Merge branch 'trunk' into issue-13793
shbenzer efa1e18
Merge branch 'trunk' into issue-13793
shbenzer 99468b5
Merge branch 'trunk' into issue-13793
pujagani 197f1e7
Merge branch 'trunk' into issue-13793
VietND96 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should also check for
aarch64, seeThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create an issue and we’d be happy to take a look - commenting here will cause us to miss or forget @mkurz
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I referenced the PR I created. I just wanted to make the author of the PR aware that the check was not enough. (Also for readers who stumple on this issue later)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see - I didn't understand the link clearly on my phone. Thank you!