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 3CF65A034E; Tue, 19 Nov 2019 17:06:41 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0AF24B62; Tue, 19 Nov 2019 17:06:41 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id B56DFA69 for ; Tue, 19 Nov 2019 17:06:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574179598; 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=fEXEV56ekVLje27kObw/ua2fQ7dZc/p62T1GDVgEXZs=; b=GQ/nr2nd3rU1es7YsJ4suD9YbyKT3H9AK8pmkb++OsvGOpxRnw2UOcP8Imr2sWdC0fHsTM NwbxlIOJIB6MOPNYAeGZim/dOxb5/5Hj+gWcmWxSLTXXcWFdbDW67CxiG9uy2z/J9tFRkt Dvs0hcU46JM6UzJZqpt5QaIpEsYT3uk= 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-291-39TPNBivMfSQRma8ba3VRw-1; Tue, 19 Nov 2019 11:06:37 -0500 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 35A7E800686; Tue, 19 Nov 2019 16:06:36 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.127]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B88B91001901; Tue, 19 Nov 2019 16:06:35 +0000 (UTC) From: Aaron Conole To: Bruce Richardson Cc: Michael Santana , dev@dpdk.org References: <20191119151543.54309-1-bruce.richardson@intel.com> Date: Tue, 19 Nov 2019 11:06:35 -0500 In-Reply-To: <20191119151543.54309-1-bruce.richardson@intel.com> (Bruce Richardson's message of "Tue, 19 Nov 2019 15:15:43 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: 39TPNBivMfSQRma8ba3VRw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] ci: add 32-bit travis builds 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" Bruce Richardson writes: > Add a travis job to build for 32-bit on 64-bit systems to catch additiona= l > build errors, for example, incorrect use of printf specifiers with uint64= _t > types. > > Signed-off-by: Bruce Richardson > --- Nice! Acked-by: Aaron Conole