Skip to content

Add Linux ARM64 vcpkg support - #122

Merged
timkpaine merged 1 commit into
mainfrom
agent/add-linux-arm-vcpkg
Aug 16, 2026
Merged

Add Linux ARM64 vcpkg support#122
timkpaine merged 1 commit into
mainfrom
agent/add-linux-arm-vcpkg

Conversation

@timkpaine

Copy link
Copy Markdown
Member

Description

Recognize platform.machine() == "aarch64" on Linux and select vcpkg's arm64-linux triplet. This fixes hatch-cpp metadata generation on native Linux ARM64 runners, which previously failed before compilation because no default triplet could be determined.

Adds regression coverage for both explicit triplet validation and automatic Linux ARM64 detection.

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor / code cleanup
  • CI / build configuration
  • Other (describe below)

Checklist

  • Linting passes (make lint)
  • Tests pass (make test)
  • New tests added for new functionality
  • Documentation updated (not applicable)
  • Changelog / version bump (follow-up release required)

Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
@timkpaine
timkpaine marked this pull request as ready for review August 16, 2026 19:50
@github-actions

github-actions Bot commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Test Results

79 tests  +2   79 ✅ +2   1m 6s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 70a96e0. ± Comparison against base commit 12bc06b.

♻️ This comment has been updated with latest results.

@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.67%. Comparing base (12bc06b) to head (70a96e0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #122      +/-   ##
==========================================
+ Coverage   94.63%   94.67%   +0.04%     
==========================================
  Files          14       14              
  Lines        1192     1203      +11     
==========================================
+ Hits         1128     1139      +11     
  Misses         64       64              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@timkpaine
timkpaine merged commit 7e4e3d3 into main Aug 16, 2026
6 checks passed
@timkpaine
timkpaine deleted the agent/add-linux-arm-vcpkg branch August 16, 2026 19:54
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.

1 participant