From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h29nJ-00071N-D2 for qemu-devel@nongnu.org; Fri, 08 Mar 2019 02:19:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h29nI-0007lm-Bd for qemu-devel@nongnu.org; Fri, 08 Mar 2019 02:19:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48692) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h29nI-0007l6-32 for qemu-devel@nongnu.org; Fri, 08 Mar 2019 02:19:48 -0500 References: <1551695576-13205-1-git-send-email-thuth@redhat.com> <84cc4186-86a8-2152-11ab-bd4001b05ee7@redhat.com> From: Thomas Huth Message-ID: Date: Fri, 8 Mar 2019 08:19:42 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Li-Wen Hsu Cc: Ed Maste , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel , Peter Maydell , =?UTF-8?Q?Alex_Benn=c3=a9e?= , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= On 07/03/2019 22.52, Li-Wen Hsu wrote: > On Fri, Mar 8, 2019 at 4:30 AM Thomas Huth wrote: >> >> On 07/03/2019 21.26, Ed Maste wrote: >>> On Mon, 4 Mar 2019 at 07:11, Philippe Mathieu-Daud=C3=A9 wrote: >>>> >>>> On 3/4/19 11:32 AM, Thomas Huth wrote: >>>>> cirrus-ci.com also has the possibility to run CI tasks on macOS. >>>>> Since most of the QEMU developers do not have access to macOS yet, >>>>> let's add a CI pipeline for this operating system here, too. >>>> >>>>> Signed-off-by: Thomas Huth >>>> Reviewed-by: Philippe Mathieu-Daud=C3=A9 >>> Acked-by: Ed Maste >> >> Thanks! I can take this patch through my qtest tree. >=20 > Hi Thomas, >=20 > Sorry for the late reply, I checked and tested the patch, it works > fine. BTW, may I suggest: >=20 > From https://cirrus-ci.org/guide/macOS/ , the image high-sierra-base > is lasted as "Not maintained", how about change to mojave-base? Definitely! Not sure how I could have missed that... I was either blind, or, how I remember it, the high-sierra-base image was not marked as unmaintained yet and marked as the only image that had the brew system pre-installed back then. Anyway, I've now switched to mojave-base and it seems to work fine, too. > Also, perhaps we can put the common: >=20 > env: > CIRRUS_CLONE_DEPTH: 1 >=20 > in the global area? Sure! I'll do that in v2. Thanks for the review, Thomas