kubic-project / issues

Repository for storing issues and feature planning for Kubic
2 stars 1 forks source link

Fix the problem with c-ares and nodejs12 #2

Closed vadorovsky closed 4 years ago

vadorovsky commented 4 years ago

Envoy requires the newest git snapshot of c-ares, rather than the newest c-ares release.

That's because Envoy relies on getaddrinfo feature which was not released yet.

I requested the release, but it may take some time: https://github.com/c-ares/c-ares/issues/282

We tried to update c-ares to the newest git snapshot here: https://build.opensuse.org/package/show/home:adamm:node_test/c-ares https://build.opensuse.org/package/show/home:mrostecki:branches:devel:kubic/c-ares

That update indeed unlocks the build of Envoy, but brings two problems:

vadorovsky commented 4 years ago

Done