Skip to content
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

CI Fix for symlinks and timeout on macOS #24

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

riccardoporreca
Copy link
Member

* Symlinks to the installed R and Rscript are not established on older R versions with the updated macOS-latest runner, see r-lib/actions#412.
* `setup-r` is often stuck forever and runs until the default 6h timeout.
Copy link
Member

@RolandASc RolandASc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@RolandASc RolandASc merged commit ff31714 into master Nov 12, 2021
@RolandASc RolandASc deleted the hotfix/actions-error-macos-update branch November 12, 2021 13:22
riccardoporreca added a commit that referenced this pull request Mar 9, 2022
…` examples

* Closes #26.
* Latest setup got via `usethis::use_github_action("check-standard", save_as = "ci.yaml")`, using development `usethis` version (to support relying on the default branch, now `v2-branch`).
* `covr` installed via pak, so it is cached alongside the other dependencies. (Not done as part of `setup-r-dependencies` for all jobs, since it is only used in conditional steps.)
* Drop fixing macOS symlinks (fixed in `v2`), but keep the 5 minutes timeout for setup-r (#24), since r-lib/actions#435 isn't fully addressed.
riccardoporreca added a commit that referenced this pull request Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants