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 70D82A0547; Fri, 29 Oct 2021 15:38:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3074A4111F; Fri, 29 Oct 2021 15:38:12 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 9629F410E1 for ; Fri, 29 Oct 2021 15:38:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635514690; 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: in-reply-to:in-reply-to:references:references; bh=ucnDdaPxBPcGJUTCL4e3MUwo+fs7lc7k2HJszBTLrfY=; b=czmstsuzD9OaRYeAosc9BEGB7UgRVaJn1kM2wMIJVHgXDTcdVNJuybHKu3I3qZGtGjBXzB elAj1ejQLF5zEKQXuQWJaJjIHGKY8io8ktzTu0q2gw748+cKTGOMdfffwPi37OEa22YZO4 ek6Zx6kGHYKX5kXx8VwXdizTKQ9Tvs0= 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-285-qJKJxDyBO9iOAsfDNzCeMg-1; Fri, 29 Oct 2021 09:37:57 -0400 X-MC-Unique: qJKJxDyBO9iOAsfDNzCeMg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9050E9F92C; Fri, 29 Oct 2021 13:37:56 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.33.131]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 367CF10493B4; Fri, 29 Oct 2021 13:37:48 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, jerinj@marvell.com, ruifeng.wang@arm.com, Michael Santana , Juraj =?utf-8?Q?Linke=C5=A1?= References: <20211029092556.11598-1-david.marchand@redhat.com> <20211029112758.26485-1-david.marchand@redhat.com> Date: Fri, 29 Oct 2021 09:37:48 -0400 In-Reply-To: <20211029112758.26485-1-david.marchand@redhat.com> (David Marchand's message of "Fri, 29 Oct 2021 13:27:57 +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.84 on 10.5.11.22 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 Subject: Re: [dpdk-dev] [PATCH v2] ci: fix aarch64 cross compilation in GHA X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" David Marchand writes: > CC_FOR_BUILD is a Travis env variable. > This results in GHA aarch64 cross compilation jobs building x86 > binaries. > > Example in a recent job on main branch: > 2021-10-28T09:51:06.4976495Z + .ci/linux-build.sh > 2021-10-28T09:51:06.4985674Z + [ -n build ] > 2021-10-28T09:51:06.4987636Z + [ true = true ] > 2021-10-28T09:51:06.4987991Z + [ = gcc ] > 2021-10-28T09:51:06.4989419Z + [ = clang ] > 2021-10-28T09:51:06.4990907Z + [ false = true ] > 2021-10-28T09:51:06.4991348Z + [ false = true ] > 2021-10-28T09:51:06.4992846Z + [ static = static ] > 2021-10-28T09:51:06.4993550Z + OPTS= -Dexamples=l2fwd,l3fwd > 2021-10-28T09:51:06.4995388Z + OPTS= -Dexamples=l2fwd,l3fwd > -Dplatform=generic > 2021-10-28T09:51:06.4996279Z + OPTS= -Dexamples=l2fwd,l3fwd > -Dplatform=generic --default-library=static > 2021-10-28T09:51:06.4998553Z + OPTS= -Dexamples=l2fwd,l3fwd > -Dplatform=generic --default-library=static --buildtype=debugoptimized > 2021-10-28T09:51:06.4999949Z + OPTS= -Dexamples=l2fwd,l3fwd > -Dplatform=generic --default-library=static --buildtype=debugoptimized > -Dcheck_includes=true > 2021-10-28T09:51:06.5002643Z + meson build --werror > -Dexamples=l2fwd,l3fwd -Dplatform=generic --default-library=static > --buildtype=debugoptimized -Dcheck_includes=true > > common/cnxk has issues with Ubuntu 18.04 cross compiler. > It is a known issue (https://bugs.dpdk.org/show_bug.cgi?id=697), disable > it. > > Fixes: 5d0b4ffa6964 ("ci: add aarch64 clang cross-compilation Travis builds") > > Signed-off-by: David Marchand > --- > Changes since v1: > - disable common/cnxk compilation Acked-by: Aaron Conole