-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Use nproc without --all on Linux #74696
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
Conversation
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
c53ef34 to
1536d39
Compare
|
In dontet/diagnostics, we are still using older centos-7 because in the newer image, lldb executable in tests fail with this error. The old centos-7 image doesn't have llvm-objcopy, so I updated objcopy introspection (for sync PR dotnet/diagnostics#3318 and also pushed a commit here) such that if llvm-objcopy is not found, it is fine to continue to binutils fallback which was added in #71742. |
75d6e9b to
e7be19f
Compare
e7be19f to
ee77955
Compare
|
CI is green. |
Also deduplicated a cmake statement I missed in #73530.
Fixes #74691.