-
Notifications
You must be signed in to change notification settings - Fork 547
[build] Remove MT.D source build and replace it with a binary #3957
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
This commit removes MonoTouch.Dialog from our source build and replaces it with a binary from https://github.com/xamarin/macios-binaries/tree/c913506df2d106f9c073f211b7c66b03eefc89f2/MonoTouch.Dialog-Unified The MT.D hash used in this commit is fixed to migueldeicaza/MonoTouch.Dialog@92c6e14
Build failure
|
Huh? interesting, I am pretty sure I ran the tvOS tests |
@rolfbjarne do you have an idea why this is happening? I ran ❤️ |
…nymore, because we're copying a binary instead of building.
This looked puzzling, so I had a quick look, and just became more puzzled. I guess I'll have to have a deeper look 👀 |
Build failure
|
This makes no sense 😒 I rebuilt & reran the tests manually on the bot, and it worked just fine. I guess I'll have to add debug code to xharness to see what's going on. |
we've been (un?)lucky enough to build 3 times under the same bot... |
@rolfbjarne What xharness binary do we use to run/create the tests? the one we build from source? Or do we use a binary stored somewhere else??? |
Build failure
|
Build failure
|
Build success
|
Yay, I figured out it: it's the code to build the previous revision & calculate the api/generator diff that's interfering. Now to find a fix... |
added |
Build failure
|
Build failure
|
Build success
|
Removed the |
This commit removes MonoTouch.Dialog from our source build and
replaces it with a binary from https://github.com/xamarin/macios-binaries/tree/c913506df2d106f9c073f211b7c66b03eefc89f2/MonoTouch.Dialog-Unified
The MT.D hash used in this commit is fixed to migueldeicaza/MonoTouch.Dialog@92c6e14