Skip to content

Commit c35b7e8

Browse files
committed
deps: remove c-ares
1 parent 2bb19bd commit c35b7e8

File tree

115 files changed

+4
-36787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+4
-36787
lines changed

β€Ž.github/CODEOWNERSβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
# net
3535

3636
/deps/getdns @nodejs/net
37-
/deps/cares @nodejs/net
3837
/doc/api/dns.md @nodejs/net
3938
/doc/api/dgram.md @nodejs/net
4039
/doc/api/net.md @nodejs/net
@@ -46,7 +45,6 @@
4645
/lib/internal/net.js @nodejs/net
4746
/lib/internal/socket_list.js @nodejs/net
4847
/lib/internal/js_stream_socket.js @nodejs/net
49-
/src/cares_wrap.cc @nodejs/net
5048
/src/connect_wrap.* @nodejs/net
5149
/src/connection_wrap.* @nodejs/net
5250
/src/node_dns.cc @nodejs/net

β€Žconfigure.pyβ€Ž

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -394,28 +394,6 @@
394394
dest='shared_brotli_libpath',
395395
help='a directory to search for the shared brotli DLL')
396396

397-
shared_optgroup.add_argument('--shared-cares',
398-
action='store_true',
399-
dest='shared_cares',
400-
default=None,
401-
help='link to a shared cares DLL instead of static linking')
402-
403-
shared_optgroup.add_argument('--shared-cares-includes',
404-
action='store',
405-
dest='shared_cares_includes',
406-
help='directory containing cares header files')
407-
408-
shared_optgroup.add_argument('--shared-cares-libname',
409-
action='store',
410-
dest='shared_cares_libname',
411-
default='cares',
412-
help='alternative lib name to link to [default: %(default)s]')
413-
414-
shared_optgroup.add_argument('--shared-cares-libpath',
415-
action='store',
416-
dest='shared_cares_libpath',
417-
help='a directory to search for the shared cares DLL')
418-
419397
shared_optgroup.add_argument('--shared-getdns',
420398
action='store_true',
421399
dest='shared_getdns',
@@ -1901,7 +1879,6 @@ def make_bin_override():
19011879
configure_library('http_parser', output)
19021880
configure_library('libuv', output)
19031881
configure_library('brotli', output, pkgname=['libbrotlidec', 'libbrotlienc'])
1904-
configure_library('cares', output, pkgname='libcares')
19051882
configure_library('nghttp2', output, pkgname='libnghttp2')
19061883
configure_library('nghttp3', output, pkgname='libnghttp3')
19071884
configure_library('ngtcp2', output, pkgname='libngtcp2')

β€Ždeps/cares/.gitignoreβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Ždeps/cares/LICENSE.mdβ€Ž

Lines changed: 0 additions & 15 deletions
This file was deleted.

β€Ždeps/cares/cares.gypβ€Ž

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
Β (0)