Description
It seems a deprecation warning is emitted twice for such builds while requireing
'node-inspect/lib/internal/inspect_client'
. https://ci.nodejs.org/job/node-test-commit-linux-containered/11111/nodes=ubuntu1604_sharedlibs_withoutssl_x64/consoleI would like to ignore that test for now as it does not seem critical to block the release. Any other opinions? @nodejs/releasers @nodejs/tsc
We have only just enabled the --without-ssl
builds in the last week: nodejs/build#1574
The test in question doesn't exist in master
(removed in #25138 which is semver-major). I kicked off https://ci.nodejs.org/job/node-test-commit-linux-containered/11117/ against v11.x
(i.e. 11.10.1) and the test failed there so it's not a new regression in this proposed release so I'm okay with ignoring this for now but we do need to address it so the builds pass for the next 11.x release.
Originally posted by @richardlau in #26322 (comment)