Add Ubuntu ARM64 runner and packaging to vdf-client HW CI#320
Merged
Conversation
This updates Linux FT4222 path selection for arm64 and extends the HW workflow to build, test, and publish architecture-specific Ubuntu artifacts for both amd64 and arm64 runners. Co-authored-by: Cursor <cursoragent@cursor.com>
This limits Linux artifact uploads to the active Ubuntu architecture and makes CMake fail fast on unsupported Linux processors while recognizing common armv8 variants. Co-authored-by: Cursor <cursoragent@cursor.com>
This aligns the Makefile behavior with the install script and CMake by emitting a clear error instead of silently defaulting to the x86_64 library path. Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Allow ARCH overrides and canonicalize common aliases so FT4222 library selection and asm object gating work reliably across CI environments. Co-authored-by: Cursor <cursoragent@cursor.com>
Exclude src/libft4222 generated by FT4222 setup scripts so local dependency artifacts do not appear as untracked changes. Co-authored-by: Cursor <cursoragent@cursor.com>
cmmarslender
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ubuntu-24.04-armtovdf-client-hwmatrix and update Ubuntu-only conditions to include both Ubuntu runnersbuild-x86_64vsbuild-arm-v8) in install script, Makefile, and CMake.debpackages for bothamd64andarm64, with architecture-specific artifact namingTest plan
vdf-client-hwon PR and confirm Ubuntu x86_64 + Ubuntu ARM64 jobs are greeninstaller-ubuntu-latestandinstaller-ubuntu-24.04-arm).debfiles are attached to the releaseMade with Cursor
Note
Medium Risk
CI/build and packaging logic changes that can affect release artifacts and Linux runtime linking, but are largely isolated to workflow and build scripts.
Overview
Adds
ubuntu-24.04-armto thevdf-client-hwCI matrix and broadens Ubuntu-only conditionals (TSAN workaround, build, tests, packaging, and release uploads) to run on both Ubuntu runners.Makes FT4222 Linux library selection architecture-aware across
scripts/get-libft4222.sh,src/Makefile.vdf-client, andsrc/CMakeLists.txt(choosebuild-x86_64vsbuild-arm-v8, with explicit unsupported-arch failures). Ubuntu artifact uploads and.debassembly now include arch-specificlibft4222.sopaths and name installers per runner (e.g.,installer-ubuntu-24.04-arm).Written by Cursor Bugbot for commit caeee52. This will update automatically on new commits. Configure here.