-
Notifications
You must be signed in to change notification settings - Fork 65
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
Failed installation of chrome system requirement #347
Closed
Labels
bug
an unexpected problem or unintended behavior
Comments
Yes, we cannot just prepend
|
gaborcsardi
added a commit
to gaborcsardi/r-system-requirements
that referenced
this issue
Dec 20, 2021
With the original ``` [ -e /tmp/google-chrome.deb ] && rm /tmp/google-chrome.deb" ``` code, if chrome was already installed, and thus it was not downloaded to `/tmp/google-chrome.deb`, the test post-install expression returns with a non-zero status, which is considered a failure. Fixes r-lib/pak#347
gaborcsardi
added a commit
to r-lib/pkgdepends
that referenced
this issue
Dec 20, 2021
Run the sysreqs command in a single shell. Instead of just prepending `sudo` to it. Towards r-lib/pak#347
This should be fixed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue occured in a recent workflow (https://github.com/rstudio/blogdown/runs/4580524115?check_suite_focus=true#step:5:2942)
I believe this comes from webshot2 which uses chromote. However, on GHA
google-chrome
should already be available.I don't really know how all this happens but the rules followed must be this one:
https://github.com/rstudio/r-system-requirements/blob/master/rules/chrome.json
The text was updated successfully, but these errors were encountered: