Skip to content

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

Merged
merged 6 commits into from
Jul 5, 2023

Conversation

vrdmr
Copy link
Member

@vrdmr vrdmr commented Jun 20, 2023

Description

Fixes #915


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

@codecov
Copy link

codecov bot commented Jun 20, 2023

Codecov Report

Merging #1267 (4fbd8c2) into dev (cd16cf0) will decrease coverage by 52.00%.
The diff coverage is n/a.

❗ Current head 4fbd8c2 differs from pull request most recent head aad33b3. Consider uploading reports for the commit aad33b3 to get more accurate results

@@             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     
Flag Coverage Δ
unittests 31.98% <ø> (-51.95%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 24 files with indirect coverage changes

@vrdmr vrdmr mentioned this pull request Jun 20, 2023
5 tasks
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'])
Copy link
Member Author

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.

@vrdmr
Copy link
Member Author

vrdmr commented Jul 5, 2023

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.

@vrdmr vrdmr merged commit ff97a66 into dev Jul 5, 2023
@vrdmr vrdmr deleted the vameru/mac-arm64-support branch July 5, 2023 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support running on M1 Macs [Python]
2 participants