forked from microsoft/playwright
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: validate Ubuntu version if launching firefox
The original plan was to rnu some checks against libc version the binary is compiled with, but these turn out to be a little complicated: parsing out libc version from both static binary and host system requires text processing, and it's hard to make sure it works reliably across distributions. Instead, let's start with a very particular check against running Firefox on Ubuntu 16.04. References microsoft#2745
- Loading branch information
1 parent
bec34db
commit 452d0b5
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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