-
Notifications
You must be signed in to change notification settings - Fork 186
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
Draft: Include r-tools build in release artifacts #5415
base: main
Are you sure you want to change the base?
Conversation
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.
LGTM except for leftover comments
# - platform: linux-aarch64 | ||
# os: linux-arm64-ubuntu24 | ||
# triplet: arm64-linux-release | ||
# manylinux: quay.io/pypa/manylinux_2_28_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.
# - platform: linux-aarch64 | |
# os: linux-arm64-ubuntu24 | |
# triplet: arm64-linux-release | |
# manylinux: quay.io/pypa/manylinux_2_28_aarch64 | |
- platform: linux-aarch64 | |
os: linux-arm64-ubuntu24 | |
triplet: arm64-linux-release | |
manylinux: quay.io/pypa/manylinux_2_28_aarch64 |
@@ -156,17 +159,21 @@ jobs: | |||
|
|||
Publish-Release: | |||
needs: | |||
- Test-Release-Artifacts | |||
# - Test-Release-Artifacts |
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.
# - Test-Release-Artifacts | |
- Test-Release-Artifacts |
This PR adds rtools binaries into release artifacts. In order to upload/download artifacts and merge them into a single folder we had to upgrade upload/download-artifact to version 4.
Cannot merge until CI is fixed: #5412
TYPE: NO_HISTORY
DESC: RTools release binaries