ethz-asl/dynablox

grpc complie ??

maomao0220 opened this issue · 2 comments

When compiling grpc package is known to be stuck at 12%,what can i do ?
fd9800dda98cc7b52ddfe041589992f
fd9800dda98cc7b52ddfe041589992f

GRPC is a large package that can take time to build, in particular depending on the hardware and number of threads used. We have never encountered this issue in our own or CI builds. Since GRPC is a dependency of ours we can unfortunately not give more detailed insights here.

If it is still compiling then there might be nothing wrong with it but it just takes some time? If it is a known issue then there might be some help out there as well. Otherwise building from scratch (deleting it in the ws/build folder and/or using --force-cmake) can help resolve building issues.

Hope this helps!

Closed due to inactivity.