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

how to use x86 sccache server + RISC-V sccache client to build a Rust project #2280

Open
Mechanicu opened this issue Oct 29, 2024 · 0 comments

Comments

@Mechanicu
Copy link

Environment:

  1. sccache client: riscv64 machine running on qemu
  2. sccache server/scheduler: x86 machine running on vmware
  3. sccache-dist version(x86): 0.8.2
  4. sccache version(riscv64): 0.8.2

Steps:

  1. I built the source code on the RISC-V machine and obtained the latest sccache.
  2. I have already implemented building a RISC-V architecture C project on a riscv64 sccache client using native gcc + an x86 sccache server using a cross-compilation toolchain.

Questions:
I'm not very familiar with Rust. It looks like rust has its own way of managing toolchains independently. I want to know if Rust can be packaged in a similar way to achieve a distributed compilation model using a RISC-V client + x86 server? Any help will be appreciate!

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