-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Increase commit distance on rc.1 (#12573)
* [build] Increase commit distance on rc.1 We've been running into issues with duplicate package versions on the rc.1 branch that were previously generated and uploaded on the main branch. We should be able to fix this quickly by bumping all the commit distance for all products by 1000. Before: $ cat Make.config.inc IOS_COMMIT_DISTANCE:=527 MAC_COMMIT_DISTANCE:=527 IOS_NUGET_COMMIT_DISTANCE:=527 TVOS_NUGET_COMMIT_DISTANCE:=527 WATCHOS_NUGET_COMMIT_DISTANCE:=527 MACOS_NUGET_COMMIT_DISTANCE:=527 MACCATALYST_NUGET_COMMIT_DISTANCE:=527 ENABLE_XAMARIN=1 MONO_BUILD_FROM_SOURCE=1 After: $ cat Make.config.inc IOS_COMMIT_DISTANCE:=1527 MAC_COMMIT_DISTANCE:=1527 IOS_NUGET_COMMIT_DISTANCE:=1527 TVOS_NUGET_COMMIT_DISTANCE:=1527 WATCHOS_NUGET_COMMIT_DISTANCE:=1527 MACOS_NUGET_COMMIT_DISTANCE:=1527 MACCATALYST_NUGET_COMMIT_DISTANCE:=1527 ENABLE_XAMARIN=1 MONO_BUILD_FROM_SOURCE=1 * Remove max commit distance build error
- Loading branch information
Showing
2 changed files
with
7 additions
and
12 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
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
2d10498
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.
✅ [CI Build] Tests passed on Build. ✅
Tests passed on Build.
API diff
✅ API Diff from stable
View API diff
API & Generator diff
✅ API Diff (from PR only) (no change)
✅ Generator Diff (only version changes)
Packages generated
View packages
🎉 All 250 tests passed 🎉
Pipeline on Agent XAMBOT-1038.BigSur'
[build] Increase commit distance on rc.1 (#12573)
2d10498
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.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[build] Increase commit distance on rc.1 (#12573)
2d10498
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.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[build] Increase commit distance on rc.1 (#12573)
2d10498
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.
❌ Tests failed on macOS M1 - Mac Big Sur (11.5) ❌
Tests failed on M1 - Mac Big Sur (11.5).
Failed tests are:
Pipeline on Agent
[build] Increase commit distance on rc.1 (#12573)
2d10498
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.
✅ Tests passed on macOS Mac Mojave (10.14) ✅
Tests passed
All tests on macOS X Mac Mojave (10.14) passed.
Pipeline on Agent
[build] Increase commit distance on rc.1 (#12573)