-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add macOS amd64 artifact #9
base: master
Are you sure you want to change the base?
Conversation
runs-on: ${{ matrix.pjrt.runs_on }} | ||
steps: | ||
- name: "Checking out openxla repository" | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: zml/xla | ||
token: ${{ secrets.OPENXLA_READ_ONLY }} |
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.
The zml/xla repo is public (forked)
ref: 97a3db78e4db918033d4f3c5934026c5f3c531e7 | ||
|
||
- name: Setup Bazel | ||
if: ${{ contains(matrix.pjrt.runs_on, 'self-hosted') }} # Run only for self-hosted macOS |
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.
Bazelisk is already installed in Github hosted runners; For example macos-12
https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
The darwin-amd64 artifact is built on a Github-hosted runner (https://docs.github.com/fr/billing/managing-billing-for-your-products/managing-billing-for-github-actions/about-billing-for-github-actions)
Is this OK for you ?