Skip to content
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

refactor llvmdev win builder #1141

Merged
merged 5 commits into from
Feb 4, 2025
Merged

Conversation

swap357
Copy link
Contributor

@swap357 swap357 commented Feb 1, 2025

No description provided.

@swap357
Copy link
Contributor Author

swap357 commented Feb 1, 2025

@swap357 swap357 marked this pull request as ready for review February 1, 2025 06:51
@swap357 swap357 requested a review from esc February 1, 2025 10:38
Copy link
Member

@esc esc left a comment

Choose a reason for hiding this comment

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

I have left a series of comments on the PR. In addition to those you will also need the following three changes:

  1. Rename the file to match the pattern of the current workflows.

  2. Rename the workflow itself to match the pattersn of the current workflows.

  3. For this to be reusable, you'll need to echo out the the workflow ID like:

      - name: Get Workflow Run ID
        run: |
          echo "Current workflow run ID: ${{ github.run_id }}"
          echo "Use this ID when triggering llvmlite workflow"

@esc esc added this to the v0.45.0 milestone Feb 1, 2025
@esc
Copy link
Member

esc commented Feb 3, 2025

OK @swap357 this looks good now, I'll have to test this in conjunction with #1139 to make sure that the artifact consumed by this "upstream" workflow will work for the "downstream" workflow.

Copy link
Member

@esc esc left a comment

Choose a reason for hiding this comment

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

LGTM

@esc
Copy link
Member

esc commented Feb 4, 2025

I am merging this now, to get #1144 rolling 🛼

@esc esc merged commit adeb35f into numba:main Feb 4, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants