Conversation
|
We have dependencies outside of mono, you can't remove the scripts which do that. The bit about mono can go away, but cmake and libgit2's deps still need to get installed. |
|
@carlosmn Are you sure? Aren't we now depending on compiled native binaries through a NuGet package? |
|
I'd forgotten about that. Though it looks like a moot point since the Travis support mono seems to be restricted to Ubuntu derivatives, which OS X is not. |
|
Ok. Current status is as follows: Linux:
Mac Os X:
/cc @Therzok |
|
@nulltoken "Mono 3.6.0: 💥 (Not supported yet by..)" -> this is because back then there were no official Debian packages from Xamarin for that version, they were only introduced with Mono 3.8. Travis supports every version that came after that, through Mono's snapshot packages. I'd suggest you also test against |
|
@akoeplinger Thanks for the feedback!
@Therzok Could there be any chance to populate those with some older releases? http://origin-download.mono-project.com/repo/debian/dists/wheezy/snapshots/
Sadly, we're hitting some issue about this (see #1034 (comment) and #1067 (comment)) |
|
@nulltoken I'm not sure we can release older versions, although we can ask @directhex. |
It isn't possible to do that using the repository management software we're using - the snapshot facility is a strict snapshot in time of the state of the "main" repository, with no ability to insert history |
Fix #1082