-
Notifications
You must be signed in to change notification settings - Fork 108
Updating the dependencies and build pipelines to support Arm64 macOS #1267
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
Codecov Report
@@ Coverage Diff @@
## dev #1267 +/- ##
===========================================
- Coverage 83.98% 31.98% -52.00%
===========================================
Files 34 34
Lines 1904 1904
Branches 366 366
===========================================
- Hits 1599 609 -990
- Misses 234 1294 +1060
+ Partials 71 1 -70
Flags with carried forward coverage won't be shown. Click here to find out more. |
azure-pipelines.yml
Outdated
dependsOn: ['Build_WINDOWS_X64', 'Build_WINDOWS_X86', 'Build_LINUX_X64', 'Build_OSX_X64'] | ||
condition: or(startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), eq(variables['Build.SourceBranch'], 'refs/heads/dev')) | ||
dependsOn: ['Build_WINDOWS_X64', 'Build_WINDOWS_X86', 'Build_LINUX_X64', 'Build_OSX_X64', 'Build_OSX_ARM64'] | ||
condition: or(startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), eq(variables['Build.SourceBranch'], 'refs/heads/dev'), variables['GeneratePackage']) |
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.
Adding a new variable variables['GeneratePackage']
in the azure pipeline can trigger this job, and there is no need to play with the branch names to get it running.
Consumption tests will fail for 3.9 and above as protobuf versions have changed in this PR and don't match the one in the image. |
Description
Fixes #915
PR information
Quality of Code and Contribution Guidelines