Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use setup-macos-aarch64-builder for aarch64 CI pipeline #9242

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

viirya
Copy link
Member

@viirya viirya commented Feb 15, 2024

Which issue does this PR close?

A follow up to #9191.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@@ -322,7 +322,7 @@ jobs:
with:
submodules: true
- name: Setup Rust toolchain
uses: ./.github/actions/setup-macos-builder
uses: ./.github/actions/setup-macos-aarch64-builder
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we remove ./.github/actions/setup-macos-builder ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EDIT: my bad this change for aarch64 only

Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thanks @viirya

@@ -322,7 +322,7 @@ jobs:
with:
submodules: true
- name: Setup Rust toolchain
uses: ./.github/actions/setup-macos-builder
uses: ./.github/actions/setup-macos-aarch64-builder
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't point to correct builder in #9191. Although it seems also working. 🤔

@viirya viirya merged commit e4f4031 into apache:main Feb 15, 2024
24 checks passed
@viirya
Copy link
Member Author

viirya commented Feb 15, 2024

Thanks @comphead

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants