build(cuda): Allow DNF fallback for adapter CUDA installs#17712
Conversation
✅ Deploy Preview for meta-velox canceled.
|
|
@kgpai It looks like Fedora images are failing to build. This seems related to #17535. Fedora 42 image rebuild is failing because the pinned tzdata package is no longer available in the current Fedora 42 repositories. Job logs: https://github.com/facebookincubator/velox/actions/runs/26890954111/job/79316564554?pr=17712 The failure occurs in With the current default:
I checked current Fedora 42 package availability from
A proper fix probably needs either a durable source for |
|
@kgpai I'm not sure what to do with the tzdata issue. Do you think we could import/merge this as a fix for adapters / CUDA image builds, and leave the failed Fedora build for another PR? Happy to hear your thoughts and support you however you want to proceed -- just want to avoid a circular dependency between PRs if we can. |
|
@kgpai This seems to be a better fix than pinning a package version, which is always flaky if the OS version is not pinned. |
Summary
Configure
dnfwithbest=Falsewhen installing CUDA packages.Resolves #17714.