From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 17673A0588; Thu, 16 Apr 2020 15:45:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DCCA01D914; Thu, 16 Apr 2020 15:45:48 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 5F0BC1D900 for ; Thu, 16 Apr 2020 15:45:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587044746; 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=mOzIYuDoGgKnP1cNl3pmBisWKdKFIhj8eG/gsGKHz2g=; b=cXMm0lG/WDsAKeinnw1Y295CXylRaNAy/AnCOGqX63FKWfFjAtR+nMuVkeHh5+oVOz/AVp ELGsuAaaf0/stbGSv8AAM9KiQ0Og/dnXQRJL3GdrlGEO2ZpRJEwcXu6plOq/z4WSYlvmpw fh8hK2aAWmpHq20gmFUrOpG2oVSruAI= 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-263-f2Z75mMoNYO_R9SMTuDLkQ-1; Thu, 16 Apr 2020 09:45:43 -0400 X-MC-Unique: f2Z75mMoNYO_R9SMTuDLkQ-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 D0E0C1088393; Thu, 16 Apr 2020 13:45:41 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-116-136.phx2.redhat.com [10.3.116.136]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C08231001DC2; Thu, 16 Apr 2020 13:45:37 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: Thomas Monjalon , dev , "Ruifeng Wang \(Arm Technology China\)" , Gavin Hu , Honnappa Nagarahalli , Michael Santana References: <20200416110053.2547791-1-thomas@monjalon.net> Date: Thu, 16 Apr 2020 09:45:36 -0400 In-Reply-To: (David Marchand's message of "Thu, 16 Apr 2020 15:43:00 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] ci: remove aarch64 from Travis jobs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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: > On Thu, Apr 16, 2020 at 2:44 PM Aaron Conole wrote: >> >> Thomas Monjalon writes: >> >> > Travis is not reliable for native Arm and PPC: >> > https://travis-ci.community/t/disk-quota-exceeded-on-arm64/7619/6 >> > >> > In order to get reliable Travis reports, >> > the use of Arm machines is removed until Travis fixes it. >> > >> > Signed-off-by: Thomas Monjalon >> > --- >> >> We should add back the cross-build if we do this - at least then we >> could have a reliable compilation test of Arm64 code. Does it make >> sense? > > I don't see them removed by this patch, the two jobs are still present ? Whoops - for some reason I missed them. Nevermind :) > # x86_64 cross-compiling aarch64 jobs > - env: DEF_LIB=3D"static" AARCH64=3D1 > arch: amd64 > compiler: gcc > addons: > apt: > packages: > - *aarch64_packages > - env: DEF_LIB=3D"shared" AARCH64=3D1 > arch: amd64 > compiler: gcc > addons: > apt: > packages: > - *aarch64_packages