Uh oh!
There was an error while loading. Please reload this page.
Use nproc without --all on Linux - #74696
Merged
Merged
Conversation
ghost
commented
Aug 27, 2022
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
am11force-pushed
the
feature/native/build
branch
from
August 27, 2022 04:46
c53ef34 to
1536d39Compaream11
commented
Aug 27, 2022
MemberAuthor
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. |
am11force-pushed
the
feature/native/build
branch
from
August 27, 2022 23:23
75d6e9b to
e7be19fCompaream11force-pushed
the
feature/native/build
branch
from
August 28, 2022 15:26
e7be19f to
ee77955Compaream11
commented
Aug 28, 2022
Uh oh!
There was an error while loading. Please reload this page.
hoyosjs
approved these changes
Aug 29, 2022
am11
commented
Aug 30, 2022
MemberAuthor
CI is green. |
ayakael added a commit
to ayakael/runtime
that referenced
this pull request
Sep 13, 2022
carlossanlop pushed a commit
that referenced
this pull request
Sep 13, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also deduplicated a cmake statement I missed in #73530.
Fixes#74691.