Attempting to build a crate with a sccache-dist setup:
cargo clean
SCCACHE_RECACHE=1 cargo build --release
Distributed compilation fails with the following message:
warning: failed to connect to jobserver from environment variable `CARGO_MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9"`: cannot open file descriptor 8 from the jobserver environment variable value: Bad file descriptor (os error
9)
|
= note: the build environment is likely misconfigured
Attempting to build a crate with a
sccache-distsetup:Distributed compilation fails with the following message: