Hello,
I just saw that, on windows, the grpc build is more than 6 Gb size. With grpc.lib accounting for 2Gb (same for debug version)
Such size prevent the cache of the artifact, so our CI needs to build it each time :(
Is there a way to disable some of the targets ? We only use grpc++_unsecure because we do the SSL offloading on the proxy, and not compiling the grpc.lib 's would save us 4 Gb ^^
Regards,