Unverified Commit c07ba968 authored by Yihong Wang's avatar Yihong Wang Committed by Beth Griggs
Browse files

build: skip cctest on Windows shared lib build



cctest depends on some internal APIs which don't declare
`__declspec(dllexport)` and causes build failure when building
node as shared lib on Windows. Since we already have good test
coverage in static lib, we decide to skip the cctest in shared
lib build on Windows.

Signed-off-by: default avatarYihong Wang <yh.wang@ibm.com>

Backport-PR-URL: https://github.com/nodejs/node/pull/25758
PR-URL: https://github.com/nodejs/node/pull/21228


Reviewed-By: default avatarRefael Ackermann <refack@gmail.com>
parent 63522886
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment