Hi
I'm currently experimenting with using the new Azure Pipelines as the CI
platform for node-jsc.
While setting up the Windows test, I had to add some extra steps in order
to add gperf and make sure CMake's find_package finds it.
Currently, gperf is required for all CMake ports, as it is checked in
WebKitCommon.cmake. But searching the WebKit repo, it seems that it's only
used when building WebCore, making it unnecessary for the JSCOnly port
(which is by node-jsc).
So, do you think it could be excluded from JSCOnly port's dependencies?

Thanks,
Koby
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to