On Tue, 4 Feb 2025 at 17:07, Aaron Conole <acon...@redhat.com> wrote: > > This commit adds preliminary support for developer driven FreeBSD testing > via the Cirrus-CI cloud continuous integration system. > > NOTE: Currently, this does not successfully execute. See the following > build result: > https://cirrus-ci.com/task/5626189961756672 > > Full Logs: > https://api.cirrus-ci.com/v1/task/5626189961756672/logs/check.log > > The tests themselves may need to be run as root. > > Signed-off-by: Aaron Conole <acon...@redhat.com>
I was looking for a quick test on FreeBSD and I remembered this patch. As long as unit tests are still in an unstable state, I would avoid running them in the CI. The check SPDX script should be updated to skip the new .cirrus.yml file. Other than this, this lgtm (and works in my repo). Thanks Aaron. -- David Marchand