You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me based on r-hub/rhub-linux-builders#67 (comment) that r-hub/rhub-linux-builders is effectively abandoned, and that efforts from R-hub are going into this new r-hub/containers project.
Given that, the r-hub/containers images should more closely match CRAN,, and therefore improve the changes of catching issues here in LightGBM's CI prior to submitting to CRAN.
Description
This should be modified to pull from the new images:
In #5661 / #5662, this project took on a workaround to update to clang-15 in the one CI job here that tries to replicate the r-devel-linux-x86_64-debian-clang CRAN check flavor, to match what CRAN was using.
That was done because the r-hub container images weren't being updated, as the maintainers of those containers said they'd soon be switching to something new: r-hub/rhub-linux-builders#63 (comment).
The text was updated successfully, but these errors were encountered:
Summary
This project should switch linux R-package CI jobs away from these R-hub images: https://github.com/r-hub/rhub-linux-builders
and use these instead: https://github.com/r-hub/containers
Motivation
It seems to me based on r-hub/rhub-linux-builders#67 (comment) that
r-hub/rhub-linux-builders
is effectively abandoned, and that efforts from R-hub are going into this newr-hub/containers
project.Given that, the
r-hub/containers
images should more closely match CRAN,, and therefore improve the changes of catching issues here in LightGBM's CI prior to submitting to CRAN.Description
This should be modified to pull from the new images:
LightGBM/.github/workflows/r_package.yml
Line 264 in 60a4a13
And this workaround can (hopefully) be removed:
LightGBM/.github/workflows/r_package.yml
Lines 279 to 318 in 60a4a13
References
In #5661 / #5662, this project took on a workaround to update to
clang-15
in the one CI job here that tries to replicate ther-devel-linux-x86_64-debian-clang
CRAN check flavor, to match what CRAN was using.That was done because the r-hub container images weren't being updated, as the maintainers of those containers said they'd soon be switching to something new: r-hub/rhub-linux-builders#63 (comment).
The text was updated successfully, but these errors were encountered: