hyclone icon indicating copy to clipboard operation
hyclone copied to clipboard

distcc usage

Open ghost opened this issue 1 year ago • 1 comments

Hey, I'd like to use distcc with hyclone.

My idea'd be to put hyclone with gcc and distcc in a docker linux container thing on a local server on the network.

Is hyclone expected to theoretically support this kind of setup at the moment?

Regards

ghost avatar Jul 13 '23 18:07 ghost

gcc is known to work correctly on HyClone ever since the earliest versions, since it is a calculation heavy application (some VFS syscalls, fork, and exec are the only calls needed).

AFAIK distcc is also a cross-platform POSIX-based application. If that's the case, theoretically it is also supported. However, network-related applications have not been heavily tested yet. There might be a few socket-related operations/options not properly translated to Linux yet, but doing it is relatively simple provided that the functionality exists both on Linux and Haiku.

trungnt2910 avatar Jul 13 '23 21:07 trungnt2910