-
Notifications
You must be signed in to change notification settings - Fork 514
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
[main] Update dependencies from dotnet/installer #11175
Merged
spouliot
merged 28 commits into
main
from
darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
Apr 20, 2021
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
120ef2f
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] fad05ba
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
dalexsoto 5e184ca
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
dalexsoto 8d87901
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
mandel-macaque 6b2203c
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] 04ceb7d
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
dalexsoto 8a477c8
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] 27e8d31
same P4 specific fix as ccb43cba563366b5a9e41b3f98cd140a86342317
a1242da
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
spouliot 2d9d5da
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] bf96270
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] 29b10a5
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
spouliot 56bb3d7
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] ed3ac89
Update to new package names
44e02cf
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] 8ebf77b
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
dalexsoto a22402e
Fix build (path changed to include '.mono')
d8a6abe
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
9a02e48
remove more '.mono' special case that are not needed anymore
0ac9320
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] 106defd
Fix building apps (it now finds the native libs)
c837f58
Add back IsTrimmable (or nothing gets linked)
50e7fcc
Merge branch 'main' into darc-main-38ef8300-a7b5-4ebc-9dd4-75e9ac8721ed
spouliot 898b764
Update dependencies from https://github.com/dotnet/installer build 20…
dotnet-maestro[bot] e146bd0
Keep downloading the CoreCLR runtime packs.
rolfbjarne 1e376e7
[runtime] Adjust the build to link with the correct runtime library f…
rolfbjarne 5fdd4e2
[tests][monotouch-test] Ignore NSTimeZoneTest / All_28300 on dotnet a…
52ca962
[dotnet][msbuild] Add more (missing) '\'
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this doesn't download the CoreCLR version anymore (which we need for macOS). However, that should make the build fail, which it apparently doesn't, so IDK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
were any test are enabled ? maybe it silently fail ? 🤷♂️