Skip to content

Conversation

@Martinfx
Copy link

Hi,
This PR implements support for the FreeBSD os. I tested on aarch64 and amd64.

@Martinfx Martinfx force-pushed the max-freebsd-support branch from e2a65de to ce791d0 Compare November 28, 2025 10:33
@morgolock
Copy link
Contributor

@Martinfx please use commitizen commit message

feat: support for FreeBSD os

See https://artificial-intelligence.sites.arm.com/computelibrary/latest/contribution_guidelines.xhtml

How to check the rules

We check the rules using pre-commit (https://pre-commit.com/) framework. pre-commit can be installed via pip. After installing, run the following command in the root directory of the repository:

pre-commit install

This will create the hooks that perform the required formatting checks and will automatically run just before committing to flag issues.

Following conventional commits https://www.conventionalcommits.org/en/v1.0.0/#specification each commit must have a type from the following: build, ci, docs, feat, fix, perf, refactor, style, test, chore, revert, bump. In this format: [optional scope]: .

Commitizen (https://commitizen-tools.github.io/commitizen/) is used to do check that this standard is followed and is used in the pre-commit framework: pre-commit install –hook-type pre-push

This will create the pre-push hook that is going to check the commit message format before pushing to remote.

@Martinfx Martinfx changed the title support for FreeBSD os feat: support for FreeBSD os Dec 16, 2025
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