Skip to content

ci: add Windows on ARM + vcpkg pipeline - #4686

Open
lidavidm wants to merge 11 commits into
apache:mainfrom
lidavidm:gh-4860
Open

ci: add Windows on ARM + vcpkg pipeline#4686
lidavidm wants to merge 11 commits into
apache:mainfrom
lidavidm:gh-4860

Conversation

@lidavidm

@lidavidm lidavidm commented Aug 13, 2026

Copy link
Copy Markdown
Member

Closes #4680.

Assisted-by: GPT-5.6 Sol codex@openai.com

@lidavidm
lidavidm force-pushed the gh-4860 branch 2 times, most recently from 75fad0b to 0a61f2f Compare August 13, 2026 05:08

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 dedicated vcpkg CI coverage for native Windows CMake builds, including ARM64.

Changes:

  • Moves existing x64 vcpkg jobs into a dedicated workflow.
  • Adds Windows ARM64 release coverage and a custom vcpkg triplet.
  • Avoids unsupported Go linker flags on Windows.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/native-vcpkg.yml Defines x64 and ARM64 vcpkg CI jobs.
.github/workflows/native-windows.yml Removes the relocated vcpkg job.
c/cmake_modules/GoUtils.cmake Excludes Windows from ELF soname flags.
ci/vcpkg/triplets/arm64-windows-release.cmake Configures ARM64 release dependencies.
Suppressed comments (1)

.github/workflows/native-vcpkg.yml:42

  • The push filter also watches the old workflow rather than this file. Consequently, a push that changes only native-vcpkg.yml will not validate the updated pipeline.
      - ".github/workflows/native-windows.yml"

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/native-vcpkg.yml Outdated
Comment thread .github/workflows/native-vcpkg.yml Outdated
@lidavidm
lidavidm requested a review from amoeba August 13, 2026 08:20
@lidavidm lidavidm changed the title ci: add vcpkg/Windows ARM pipeline for CMake build ci: add Windows on ARM + vcpkg pipeline Aug 13, 2026
@lidavidm
lidavidm marked this pull request as ready for review August 13, 2026 08:20
@lidavidm
lidavidm requested review from kou and zeroshade as code owners August 13, 2026 08:20
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.

ci: refactor Windows build to test with vcpkg alongside/instead of conda-forge

2 participants