You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sccache server/scheduler: x86 machine running on vmware
sccache-dist version(x86): 0.8.2
sccache version(riscv64): 0.8.2
Steps:
I built the source code on the RISC-V machine and obtained the latest sccache.
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!
The text was updated successfully, but these errors were encountered:
Environment:
Steps:
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!
The text was updated successfully, but these errors were encountered: