belovdv
belovdv
Another one method to solve problem mentioned in #99429. Changed .rlib format, it contains all bundled native libraries as archieves. At link time rlib is unpacked and native dependencies linked...
https://github.com/rust-lang/rust/issues/99425#issuecomment-1207224161 r? @petrochenkov
From #64: Then jobserver is initialized from pipe, it sets cloexec, but doesn't delete environment variable which points to file descriptors. By default (unless `Client::configure` is used), child process will...