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
This is not an issue with cmake-rs, but cmake-rs can let user to disable jobserver explicitly to get around the problem.
And tikv/grpc-rs# also provides a workaround by setting environment variable CMAKE_BUILD_PARALLEL_LEVEL. And using generator other than make can also get around the problem (setting environment variable MAKE_GENERATOR=Ninja for example).
The text was updated successfully, but these errors were encountered:
When using cmake-rs to build a native library, I can see some errors on some platform:
The problem may be related to rust-lang/jobserver-rs#47.
This is not an issue with cmake-rs, but cmake-rs can let user to disable jobserver explicitly to get around the problem.
And tikv/grpc-rs# also provides a workaround by setting environment variable
CMAKE_BUILD_PARALLEL_LEVEL
. And using generator other than make can also get around the problem (setting environment variableMAKE_GENERATOR=Ninja
for example).The text was updated successfully, but these errors were encountered: