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

Adjust GH Actions templates to general use_*_yml() logic and use new R-devel toolchain on macOS #246

Merged
merged 4 commits into from
Apr 12, 2020

Conversation

pat-s
Copy link
Member

@pat-s pat-s commented Apr 12, 2020

fixes #244

This PR overcomes my laziness and adjusts the usage of use_ghactions_yml() to how all other use_*_yaml() functions work.

See ?yaml_templates for all new options.

In addition packages on R-devel macOS are now installed in parallel again.

R 4.0 macOS toolchain adjustments

CRAN will use gfortran v8.2 and Apples native clang compiler for R 4.0 on macOS.
In addition, the build platform will be High Sierra (10.13). To mimic this scenario in the closest way possible, the 10.13 SDK is used.
This does not complicate things but rather simplifies it because the 10.15 SDK has a lot of issues with source installations.

In addition, since 10.15.4 one needs to set SDKROOT globally to the SDK path so that certain system libs are found (related).

@pat-s pat-s merged commit 0792854 into master Apr 12, 2020
@pat-s pat-s deleted the new-macos-devel branch April 12, 2020 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with actions on package with sf dependency
1 participant