Stefan Hajnoczi <[email protected]> writes:
> Commit 984b192bdf37 ("ci: drop cirrus MacOS build") removed the Cirrus
> macOS build job. The MAINTAINERS file now contains a stale path that
> should be removed.
>
> Cc: Alex Bennée <[email protected]>
> Signed-off-by: Stefan Hajnoczi <[email protected]>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4ff33eb630..0c0c8c0a37 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -701,7 +701,6 @@ F: scripts/nsis.py
> Darwin (macOS, iOS)
> M: Philippe Mathieu-Daudé <[email protected]>
> S: Odd Fixes
> -F: .gitlab-ci.d/cirrus/macos-*
We also need
+F: .gitlab-ci.d/macos*
> F: */*.m
> F: scripts/entitlement.sh
I posted this as
Subject: [PATCH v2 10/38] MAINTAINERS: Fix F: in "Darwin (macOS, iOS)"
Date: Wed, 3 Jun 2026 08:40:04 +0200
Message-ID: <[email protected]>
I wasn't aware of your patch until Philippe pointed it out to me in his
review of mine.