Skip to content

CI: Add ARM builder#18343

Merged
behlendorf merged 1 commit intoopenzfs:masterfrom
tonyhutter:zfs-arm
Mar 19, 2026
Merged

CI: Add ARM builder#18343
behlendorf merged 1 commit intoopenzfs:masterfrom
tonyhutter:zfs-arm

Conversation

@tonyhutter
Copy link
Copy Markdown
Contributor

Motivation and Context

Build ZFS on ARM64

Description

Do a ZFS build inside of an ARM64 runner. This only does a simple build, it does not run the test suite. The build runs on the runner itself rather than in a VM, since nesting is not supported on Github ARM runners. The run takes ~13min.

How Has This Been Tested?

Runner built ZFS under ARM, loaded modules, and made a pool.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Quality assurance (non-breaking change which makes the code more robust against bugs)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • Documentation (a change to man pages or other documentation)

Checklist:

Do a ZFS build inside of an ARM runner.  This only does a simple
build, it does not run the test suite.  The build runs on the
runner itself rather than in a VM, since nesting is not supported on
Github ARM runners.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
@tonyhutter
Copy link
Copy Markdown
Contributor Author

Here's what it looks like:
image

@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) labels Mar 18, 2026
@behlendorf behlendorf merged commit 3f3cadc into openzfs:master Mar 19, 2026
27 checks passed
pcd1193182 pushed a commit to KlaraSystems/zfs that referenced this pull request Apr 8, 2026
Do a ZFS build inside of an ARM runner.  This only does a simple
build, it does not run the test suite.  The build runs on the
runner itself rather than in a VM, since nesting is not supported on
Github ARM runners.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes openzfs#18343
pcd1193182 pushed a commit to KlaraSystems/zfs that referenced this pull request Apr 8, 2026
Do a ZFS build inside of an ARM runner.  This only does a simple
build, it does not run the test suite.  The build runs on the
runner itself rather than in a VM, since nesting is not supported on
Github ARM runners.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes openzfs#18343
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Accepted Ready to integrate (reviewed, tested)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants