-
Notifications
You must be signed in to change notification settings - Fork 9
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
Dynamically determine Chromium arm64 binary links #191
Dynamically determine Chromium arm64 binary links #191
Conversation
LGTM worked fine on my local machine. let me know if any further feedback is needed |
Thanks for the PR @montehurd ! For some reason, I'm getting the following error after running
|
3ab473f
to
b8e2270
Compare
Was able to reproduce and fix the issue. One of the packages I was using had a breaking change. Also made the "wget" call used to fetch the Chromium ".deb" files more resilient by setting its continue and retry params. |
Bug: T335931