Skip to content

Commit

Permalink
deps: remove c-ares
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Apr 16, 2021
1 parent 2bb19bd commit c35b7e8
Show file tree
Hide file tree
Showing 115 changed files with 4 additions and 36,787 deletions.
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
# net

/deps/getdns @nodejs/net
/deps/cares @nodejs/net
/doc/api/dns.md @nodejs/net
/doc/api/dgram.md @nodejs/net
/doc/api/net.md @nodejs/net
Expand All @@ -46,7 +45,6 @@
/lib/internal/net.js @nodejs/net
/lib/internal/socket_list.js @nodejs/net
/lib/internal/js_stream_socket.js @nodejs/net
/src/cares_wrap.cc @nodejs/net
/src/connect_wrap.* @nodejs/net
/src/connection_wrap.* @nodejs/net
/src/node_dns.cc @nodejs/net
Expand Down
23 changes: 0 additions & 23 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,28 +394,6 @@
dest='shared_brotli_libpath',
help='a directory to search for the shared brotli DLL')

shared_optgroup.add_argument('--shared-cares',
action='store_true',
dest='shared_cares',
default=None,
help='link to a shared cares DLL instead of static linking')

shared_optgroup.add_argument('--shared-cares-includes',
action='store',
dest='shared_cares_includes',
help='directory containing cares header files')

shared_optgroup.add_argument('--shared-cares-libname',
action='store',
dest='shared_cares_libname',
default='cares',
help='alternative lib name to link to [default: %(default)s]')

shared_optgroup.add_argument('--shared-cares-libpath',
action='store',
dest='shared_cares_libpath',
help='a directory to search for the shared cares DLL')

shared_optgroup.add_argument('--shared-getdns',
action='store_true',
dest='shared_getdns',
Expand Down Expand Up @@ -1901,7 +1879,6 @@ def make_bin_override():
configure_library('http_parser', output)
configure_library('libuv', output)
configure_library('brotli', output, pkgname=['libbrotlidec', 'libbrotlienc'])
configure_library('cares', output, pkgname='libcares')
configure_library('nghttp2', output, pkgname='libnghttp2')
configure_library('nghttp3', output, pkgname='libnghttp3')
configure_library('ngtcp2', output, pkgname='libngtcp2')
Expand Down
19 changes: 0 additions & 19 deletions deps/cares/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions deps/cares/LICENSE.md

This file was deleted.

186 changes: 0 additions & 186 deletions deps/cares/cares.gyp

This file was deleted.

Loading

0 comments on commit c35b7e8

Please sign in to comment.