-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[ABLD-28] Add macOS build for AArch64/ARM64 #20455
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
ec1bb02
to
40c7d3a
Compare
@@ -297,6 +304,7 @@ jobs: | |||
- name: Create pull request | |||
uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5.0.3 | |||
with: | |||
base: regis.desgroppes/macos-aarch64 |
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.
to be removed
179aa84
to
408e9d8
Compare
408e9d8
to
9bd18df
Compare
9bd18df
to
ec01a2a
Compare
ec01a2a
to
8499913
Compare
3f46980
to
d6572d5
Compare
path: output | ||
|
||
publish: | ||
name: Publish artifacts and update lockfiles via PR | ||
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && (github.ref_name == github.event.repository.default_branch || startsWith(github.ref_name, '7.'))) | ||
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && (github.ref_name == 'regis.desgroppes/macos-aarch64')) |
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.
dirty
@@ -5,7 +5,7 @@ set -exu | |||
# Packages which must be built from source | |||
always_build=() | |||
|
|||
if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then | |||
if false && [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then |
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.
tmp too
08fbb37
to
64162bf
Compare
1f3e4dd
to
056d843
Compare
056d843
to
8b6a8a6
Compare
What does this PR do?
Motivation
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged