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

Address the release of R 4.2 #104

Merged
merged 3 commits into from Apr 23, 2022

Conversation

yutannihilation
Copy link
Contributor

Currently the Windows runner with the r: 'release' is failing: https://github.com/extendr/libR-sys/actions/runs/2209207380 because R 4.2 is released while the setting for r: 'release' is still for R 4.1.

  • Slide the CI settings for r: 'release'
  • Add an R 4.1 runner for testing Rtools40.
  • Remove R 4.2-devel bindings as they won't be needed anymore.

Note that rtools-version specification will not be needed, but it seems it's not the time yet (c.f. r-lib/actions#553)

@yutannihilation
Copy link
Contributor Author

The bindings for R 4.2 will be generated after merging this, hopefully...

@yutannihilation yutannihilation merged commit ce9ab41 into extendr:master Apr 23, 2022
@yutannihilation yutannihilation deleted the ci/slide-R-versions branch April 23, 2022 07:07
@yutannihilation
Copy link
Contributor Author

It errors because currently oldrel and release both point to R 4.1 on Ubuntu. I'll retry later...

generated_binding-macOS-latest-R-devel-rust-stable/bindings-macos-x86_64-R4.3-devel.rs
generated_binding-macOS-latest-R-oldrel-rust-stable/bindings-macos-x86_64-R4.1.rs
generated_binding-macOS-latest-R-release-rust-stable/bindings-macos-aarch64-R4.2.rs
generated_binding-macOS-latest-R-release-rust-stable/bindings-macos-x86_64-R4.2.rs
generated_binding-ubuntu-20.04-R-devel-rust-stable/bindings-linux-x86_64-R4.3-devel.rs
generated_binding-ubuntu-20.04-R-oldrel-rust-stable/bindings-linux-x86_64-R4.1.rs
generated_binding-ubuntu-20.04-R-release-rust-stable/bindings-linux-x86_64-R4.1.rs
generated_binding-windows-latest-R-devel-rust-stable-gnu/bindings-windows-x86_64-R4.3-devel.rs
generated_binding-windows-latest-R-oldrel-rust-stable-msvc/bindings-windows-x86-R4.1.rs
generated_binding-windows-latest-R-oldrel-rust-stable-msvc/bindings-windows-x86_64-R4.1.rs
generated_binding-windows-latest-R-release-rust-stable-gnu/bindings-windows-x86_64-R4.2.rs

CGMossa pushed a commit to CGMossa/libR-sys that referenced this pull request Jan 21, 2024
CGMossa pushed a commit to CGMossa/libR-sys that referenced this pull request Jan 21, 2024
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.

None yet

1 participant