From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6BC8CA0C47 for ; Thu, 14 Oct 2021 14:26:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4E22940E50; Thu, 14 Oct 2021 14:26:51 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id A730B40041 for ; Thu, 14 Oct 2021 14:26:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634214409; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=u5PWieLDYdPOm+M2cftdHSUgACG22HVLygppKHCvD9c=; b=DUPxNpXoLqBMyy4/AuRzJB+T5NVFnoAfQQZwo3MbneD988bMDIxTCVMhy2bGBG6sxnAsBB OmAq/Il9ID5Of5wcBiFAHkbvgUHJpFR5fPvk2Fw5JmXmXUQ9bA5zMZvRCH38ZWHuUJio1f LCOwcXco7k4wEbxPBWO6lOZLmaQZ+4g= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-314-itS77JZIN_GqVwuVgLyFSQ-1; Thu, 14 Oct 2021 08:26:45 -0400 X-MC-Unique: itS77JZIN_GqVwuVgLyFSQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 776ED80363B; Thu, 14 Oct 2021 12:26:44 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.16.245]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1B7235E26A; Thu, 14 Oct 2021 12:26:28 +0000 (UTC) From: Aaron Conole To: Juraj =?utf-8?Q?Linke=C5=A1?= Cc: thomas@monjalon.net, david.marchand@redhat.com, maicolgabriel@hotmail.com, dev@dpdk.org, ohilyard@iol.unh.edu, ci@dpdk.org References: <1633354153-11043-1-git-send-email-juraj.linkes@pantheon.tech> <1633959641-28506-1-git-send-email-juraj.linkes@pantheon.tech> Date: Thu, 14 Oct 2021 08:26:28 -0400 In-Reply-To: <1633959641-28506-1-git-send-email-juraj.linkes@pantheon.tech> ("Juraj =?utf-8?Q?Linke=C5=A1=22's?= message of "Mon, 11 Oct 2021 15:40:41 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-ci] [PATCH v3] ci: update machine meson option to platform X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" Juraj Linke=C5=A1 writes: > The way we're building DPDK in CI, with -Dmachine=3Ddefault, has not been > updated when the option got replaced to preserve a backwards-complatible > build call to facilitate ABI verification between DPDK versions. Update > the call to use -Dplatform=3Dgeneric, which is the most up to date way to > execute the same build which is now present in all DPDK versions the ABI > check verifies. > > Signed-off-by: Juraj Linke=C5=A1 > --- Acked-by: Aaron Conole Looks like something didn't go well in the UNH environment w.r.t. the windows compilation for this patch. CC'd the CI list to take a look.