Bump to mono/mono/2020-02@ca11fb0f#5194
Merged
jonpryor merged 2 commits intodotnet:masterfrom Oct 14, 2020
Merged
Conversation
Context: https://jenkins.mono-project.com/job/archive-mono/job/2020-02/105/ Context: https://jenkins.mono-project.com/job/archive-mono/job/2020-02/106/ Changes: mono/mono@be2226b...ca11fb0 * mono/mono@ca11fb0fd81: [2020-02] Bump ikvm-fork to include mono/ikvm-fork#20 (#20452) Primary motivation is not for mono/mono@ca11fb0f itself, but rather that the [*build* for mono/mono@be2226b5][0] only included *Release* archives, not Debug archives. Consequently, "normal" `make prepare` invocations within xamarin-android would *fail*, because `android-debug-Darwin-be2226b5a1c57df065efc4c1cf008d581e5cec7d.7z` could not be downloaded, as it didn't exist. The [build for mono/mono@ca11fb0f][1], on the other hand, *is* entirely successful, and thus *does* provide the artifact `android-debug-Darwin-ca11fb0fd819a1e32565b0d626506f66fb9fd272.7z`, which will allow local `make prepare` invocations to succeed. [0]: https://jenkins.mono-project.com/job/archive-mono/job/2020-02/105/ [1]: https://jenkins.mono-project.com/job/archive-mono/job/2020-02/106/
mandel-macaque
added a commit
to mandel-macaque/xamarin-macios
that referenced
this pull request
Oct 12, 2020
Commits: * mono/mono@ca11fb0fd81: [2020-02] Bump ikvm-fork to include mono/ikvm-fork#20 (dotnet#20452) Full diff: mono/mono@be2226b...ca11fb0 Related PR: dotnet/android#5194
Contributor
Author
|
iOS side: dotnet/macios#9849 |
mandel-macaque
added a commit
to mandel-macaque/xamarin-macios
that referenced
this pull request
Oct 13, 2020
Commits: * mono/mono@ca11fb0fd81: [2020-02] Bump ikvm-fork to include mono/ikvm-fork#20 (dotnet#20452) Full diff: mono/mono@be2226b...ca11fb0 Related PR: dotnet/android#5194
mandel-macaque
added a commit
to dotnet/macios
that referenced
this pull request
Oct 14, 2020
Commits: * mono/mono@ca11fb0fd81: [2020-02] Bump ikvm-fork to include mono/ikvm-fork#20 (#20452) Full diff: mono/mono@be2226b...ca11fb0 Related PR: dotnet/android#5194
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 free
to 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.
Context: https://jenkins.mono-project.com/job/archive-mono/job/2020-02/105/
Context: https://jenkins.mono-project.com/job/archive-mono/job/2020-02/106/
Changes: mono/mono@be2226b...ca11fb0
Primary motivation is not for mono/mono@ca11fb0f itself, but rather
that the build for mono/mono@be2226b5 only included Release
archives, not Debug archives. Consequently, "normal"
make prepareinvocations within xamarin-android would fail, because
android-debug-Darwin-be2226b5a1c57df065efc4c1cf008d581e5cec7d.7zcould not be downloaded, as it didn't exist.
The build for mono/mono@ca11fb0f, on the other hand, is
entirely successful, and thus does provide the artifact
android-debug-Darwin-ca11fb0fd819a1e32565b0d626506f66fb9fd272.7z,which will allow local
make prepareinvocations to succeed.