On Mon, Feb 02, 2026 at 20:27:36 +0100, Roman Bogorodskiy wrote:
> Michal Prívozník wrote:
[...]
> Looks like this broke aarch64-macos-14.
>
> I think it also needs this:
>
> --- a/meson.build
> +++ b/meson.build
> @@ -896,6 +896,7 @@ endif
>
> if xdr_dep.found()
> xdrproc_3arg_code = '''
> + #include <rpc/types.h>
> #include <rpc/xdr.h>
>
> bool_t test_filter(XDR *xdr, void *data, unsigned int opaque_flags) {
>
> I wonder though if it's possible to somehow trigger aarch64-macos-14 on
> feature branches because I don't seem to see that in my pipelines.
You should be able to setup cirrus for yourself. The steps I've followed
the rather long time ago I've set it up are documented in ci/README.rst
You then push into your clone with:
git push -o ci.variable=RUN_PIPELINE_UPSTREAM_ENV=1
to trigger all pipeline jobs.