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] [R-package] add arm64 macOS R-package CI job (fixes #6481) #6494

Merged
merged 11 commits into from
Jul 12, 2024

Conversation

jameslamb
Copy link
Collaborator

@jameslamb jameslamb commented Jun 21, 2024

Fixes #6481

Proposes adding an arm64 macOS CI job testing the R package. CRAN checks every submission on an arm64 Mac (https://cran.r-project.org/web/checks/check_flavors.html), so hopefully this will help catch issues before attempting submissions to CRAN.

To avoid further growing the CI matrix, this proposes dropping the job that tests the R package compiled with clang on Linux with R 3.6. I think that's ok, because there are others covering compiling the R package with gcc on Linux

- os: ubuntu-latest
task: r-package
compiler: clang
r_version: 3.6
build_type: cmake
container: 'ubuntu:18.04'

And because we're planning to move away from supporting R 3.6: #6442 (comment)

This should also reduce the manual testing effort for releases: #6439 (comment)

@jameslamb jameslamb changed the title WIP: [ci] [R-package] add arm64 macOS R-package CI job (fixes #6481) [ci] [R-package] add arm64 macOS R-package CI job (fixes #6481) Jul 9, 2024
@jameslamb jameslamb marked this pull request as ready for review July 9, 2024 03:46
@jameslamb jameslamb merged commit da174b8 into master Jul 12, 2024
41 checks passed
@jameslamb jameslamb deleted the ci/arm64-r-job branch July 12, 2024 05:30
@jameslamb jameslamb mentioned this pull request Jul 12, 2024
27 tasks
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.

[ci] [R-package] Add a CI job testing the R package on arm64 macOS
2 participants