Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

distcc usage #13

Open
ghost opened this issue Jul 13, 2023 · 1 comment
Open

distcc usage #13

ghost opened this issue Jul 13, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 13, 2023

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

@trungnt2910
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant