-
-
Notifications
You must be signed in to change notification settings - Fork 751
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
Failing to build on Mac aarch64 #2179
Comments
I tried to set both MAKEFLAGS="-j4" and CARGO_BUILD_JOBS=4 but neither helps. It look likes openssl-sys is forcing MAKEFLAGS="-j" ? |
The total parallelism should be managed by Cargo's jobserver. |
yup this update also broke my builds |
Have tried every combination of environment variable but the MAKEFLAGS are not end user setttable. And also tried using the latest version of make 4.4.1 on Mac via Homebrew and it doesn't work either. Reached out to the Rust team but no response. |
So the fix for this is:
Until this PR gets merged. Or you will need to trace through your dependencies to see which one is enabling the CC parallel feature. |
The text was updated successfully, but these errors were encountered: