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
Over at conda-forge I needed to patch the grpc, boost, and prometheus-cpp build recipes to remove fdopen from zlib, which fails to compile when conda-forge updated to the azure macOS-13 image. The change is part of zlib-1.3.1.
I also needed to patch protobuf for newer windows SDK which no longer has a constant NAN, here is the upstream fix.
I think the best way forward would be to update the dependencies, but that might have unintended consequences. I could submit the patches I developed for the conda-forge build here, would that be welcome?
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered:
mattip
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 19, 2024
What happened + What you expected to happen
Over at conda-forge I needed to patch the grpc, boost, and prometheus-cpp build recipes to remove
fdopen
from zlib, which fails to compile when conda-forge updated to the azure macOS-13 image. The change is part of zlib-1.3.1.I also needed to patch protobuf for newer windows SDK which no longer has a constant NAN, here is the upstream fix.
I think the best way forward would be to update the dependencies, but that might have unintended consequences. I could submit the patches I developed for the conda-forge build here, would that be welcome?
Versions / Dependencies
ray-2.39.0 built on Azure CI via conda-forge
Reproduction script
bazel --verbose_failures --local_cpu_resources=4 -- //:ray_pkg
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: