Skip to content

Add deployment of aarch64-pc-cygwin-msvcrt toolchain - #320

Open
Blackhex wants to merge 1 commit into
variant-ymlfrom
release-cygwin
Open

Add deployment of aarch64-pc-cygwin-msvcrt toolchain#320
Blackhex wants to merge 1 commit into
variant-ymlfrom
release-cygwin

Conversation

@Blackhex

@Blackhex Blackhex commented May 30, 2025

Copy link
Copy Markdown
Member

Releasing Cygwin toolchain here will allow add AArch64 Cygwin build to https://github.com/Windows-on-ARM-Experiments/newlib-cygwin/blob/woarm64/.github/workflows/cygwin.yml

@Blackhex Blackhex self-assigned this May 30, 2025
@Blackhex
Blackhex force-pushed the variant-yml branch 3 times, most recently from 794ef87 to cd1ae51 Compare June 2, 2025 14:34
@Blackhex
Blackhex requested a review from Copilot June 2, 2025 15:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

Adds deployment support for the new aarch64-pc-cygwin-msvcrt toolchain by downloading its artifacts and including them in the release assets.

  • Insert download-artifact steps for aarch64-pc-cygwin-msvcrt-toolchain and runtime
  • Update the release assets list to include the new .tar.gz files
Comments suppressed due to low confidence (3)

.github/workflows/rebase.yml:404

  • The download-artifact step uses the artifact name without the .tar.gz extension, but the release-upload step expects aarch64-pc-cygwin-msvcrt-toolchain.tar.gz. Ensure the artifact name matches the file name or adjust the files list accordingly.
-      - name: Download `aarch64-pc-cygwin-msvcrt` toolchain artifact

.github/workflows/rebase.yml:404

  • Add a path field to the download-artifact steps (e.g., path: .) so the downloaded .tar.gz files are placed in the workspace root for the release-upload step to find them.
-      - name: Download `aarch64-pc-cygwin-msvcrt` toolchain artifact

.github/workflows/rebase.yml:404

  • [nitpick] Avoid using backticks in the step name; wrap the full string in quotes or remove the backticks to prevent potential YAML parsing or formatting issues.
-      - name: Download `aarch64-pc-cygwin-msvcrt` toolchain artifact

@Blackhex
Blackhex marked this pull request as ready for review June 2, 2025 18:50
@Blackhex Blackhex changed the title WIP: Add deployment of aarch64-pc-cygwin-msvcrt toolchain Add deployment of aarch64-pc-cygwin-msvcrt toolchain Jun 2, 2025
@Blackhex
Blackhex force-pushed the variant-yml branch 4 times, most recently from c92e8d8 to a75d7bf Compare June 3, 2025 14:55
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