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

Draft: Include r-tools build in release artifacts #5415

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

dudoslav
Copy link
Collaborator

@dudoslav dudoslav commented Jan 2, 2025

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

@dudoslav dudoslav self-assigned this Jan 2, 2025
Copy link
Member

@ihnorton ihnorton left a 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

Comment on lines +59 to +62
# - platform: linux-aarch64
# os: linux-arm64-ubuntu24
# triplet: arm64-linux-release
# manylinux: quay.io/pypa/manylinux_2_28_aarch64
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# - 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
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# - Test-Release-Artifacts
- Test-Release-Artifacts

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

Successfully merging this pull request may close these issues.

2 participants