uv
uv copied to clipboard
include testing on amazonlinux:2023
Trying to test related to https://github.com/astral-sh/uv/issues/1532.
This LGTM, but I'll defer to @charliermarsh or @zanieb on whether we want to add new CI jobs.
If it is wanted, I can bother to make it actually work. Or you can go ahead and close it.
CI is kind of expensive, I'm hesitant to add more jobs. We'll talk about this some more though.
Not a big deal to me, just figured I'd offer it. I'm used to running lots on free runners. If you want it but want to keep costs down there could be a nightly group or somesuch.
Yeah we're using the larger runners to keep CI fast. I agree free runners on a slower cadence would be nice. Maybe we can only use an extended slower set on pull requests with a certain label and main.
@altendky I'm willing to accept this, I think. We can add a guard like
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'extended-platforms')
I'm happy to do that separately if you get it working.
Sounds good, I'll try to get it ready for you. Rocky or Fedora might actually be more interesting, possibly, but I don't know how people tend to deploy what where. I just happened to pick amazonlinux from the failures I had seen.
I figure we can have extended coverage for more platforms too in the future, e.g. alpine seems important.
I ended up doing this.
Thanks for following through, and my apologies for leaving it hanging. I appreciate how prompt you all have been around my queries here.