James Lamb
                                            James Lamb
                                        
                                    Based on some recent comments on that upstream tracking issue, it seems like GitHub's plan is "from now until March 2023, slowly increase the number of runners for which `ubuntu-latest`...
> Is the IN_UBUNTU_LATEST_CONTAINER variable only set in Azure? Yep! That's a LightGBM-specific thing, and only used on Azure. Maybe we should rethink that. Specifically, maybe we should try to...
@jmoralez I don't think that's correct. The most recent runs I pushed just installing `libomp-dev` ([link](https://github.com/microsoft/LightGBM/actions/runs/3700586066/jobs/6269144099)) failed like this: ```text E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13:...
> Can you please just let those two runs finish to see if they succeed? Sure, I won't cancel them.
No prob no prob! We're both here visiting a @StrikerRUS PR anyway 😂
Looks like just installing `libomp-dev` on the `clang` R builds worked! Builds: https://github.com/microsoft/LightGBM/actions/runs/3701050842/jobs/6270018989 I think that's preferable to using something with a version number like `libomp-14-dev`, because it improves the...
Ah wait sorry, the `Linux_latest` jobs on Azure are all failing: https://dev.azure.com/lightgbm-ci/lightgbm-ci/_build/results?buildId=14008&view=logs&j=275189f9-c769-596a-7ef9-49fb48a9ab70&t=1fb0a3dd-ad11-527b-ef3d-485324b146c4 I'll move this back to draft and keep experimenting.
Ha yeah sorry! The most recent commit I pushed got us a bit closer. Now just the `Linux_latest gpu` jobs are failing. I see this error further up in the...
Alright I'm gonna stop for tonight. Hopefully the CUDA, QEMU, and Appveyor jobs will end up succeeding. @jmoralez @shiyu1994 if you get back to this PR before me and see...
I'm working on this in #5597.