forked from dotnet/macios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compare-commits] Rework logic to build xamarin-macios again from a s…
…eparate clone. (dotnet#10264) Rework the code to generate an API comparison and a generator comparison: we now clone xamarin-macios into a different directory, checks out the hash we want to compare against, build the whole thing, and then compare the results. This is somewhat slower than the previous implementation (which would checkout the previous hash and build that on top of the existing build), but since we don't have to build mono, it shouldn't make too much of a difference (the biggest chunk of our build is building src/, and we had to do that anyway with the previous implementation as well). The upside is that it should be much more reliable. Fixes xamarin/maccore#2034. Fixes xamarin/maccore#1467. Fixes xamarin/maccore#1059. Maybe xamarin/maccore#1173 too.
- Loading branch information
1 parent
6e71956
commit 9a20a26
Showing
1 changed file
with
51 additions
and
101 deletions.
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