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 922A0A0353; Tue, 19 Nov 2019 22:38:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9A07A9E4; Tue, 19 Nov 2019 22:38:20 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 67C902AB for ; Tue, 19 Nov 2019 22:38:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574199498; 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=sDRNFsGwoVC373PHEO+Q540WN2dFHhg2Zoygew3znRk=; b=JnOQrPdmY322hmyHu6gsTs/bWNvOraAt9l+fID9zD0w5kQ2Ivf7FiX0KJonwXV8l4DCAOr tQgeWXFdrqx3XxMzvWBD5KdAPGCzzUTE2tLcByrE1lVTym9HUs1d/GbytCjY1Sxlp92PXJ aaxqo9S3rEAUAnyo5IbXQUuVz41py4M= Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-122-Z4c7DqlFNES6uPbNWEt-fQ-1; Tue, 19 Nov 2019 16:38:17 -0500 Received: by mail-io1-f70.google.com with SMTP id c17so16848645ioh.12 for ; Tue, 19 Nov 2019 13:38:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zEfr0Y7usCg/R6N6tyV7LFUuRJRup2WersM8ovk5nUI=; b=M08xsSyofOnAcS5IKYxP6tGpRBZo2aYTQLryUackotC6sOY0ZUERyCGq7nNXwvPQPT tmvi3+bPfCh5SWLhL4Usyt3v+13KfJldZwWBeces+LUoObqWG/yVfXmaxpbB8Myj/0Yu +G76Zxf3cMv3rC3I3hHwViSThq0LEvmFtl3rlfigNc6K4drDklYRy2iVeqfG5e6az+gE SX+E1b9KhLjHM1S77zweA+qfG7XpFsXcWMAu2ABeCMVqAESuoYwD2iuzgJJkf1eA1s80 qiaGYjB2I9fFJWRlIuPdculhw1nYdMKZCl7teF/Oy/DD+HqljwirQB49Zyyaq2mgg1t8 s7UQ== X-Gm-Message-State: APjAAAW64cLeLPJFt36Dwys2cHo9q5onSKiMxiWm/DmMvhnDj8RumBBy fPJuSi3gR+NtJsx/dPH9yed3EYNF/NOwtEJKcr0HA2wJ8/Iec5Yts2jEYqPV/3ddlqnaVqOs558 4T0BALJncoPq5abjX1mY= X-Received: by 2002:a92:ca8d:: with SMTP id t13mr23192007ilo.58.1574199496697; Tue, 19 Nov 2019 13:38:16 -0800 (PST) X-Google-Smtp-Source: APXvYqwp+S1eykSmw+3bFjO+zkneAw/clRi78M3RhP3hNPfFaO2f0hD76GbJeu7EwBs3ktk9erzIps1gdBNJfiNRiHs= X-Received: by 2002:a92:ca8d:: with SMTP id t13mr23191984ilo.58.1574199496421; Tue, 19 Nov 2019 13:38:16 -0800 (PST) MIME-Version: 1.0 References: <20191119151543.54309-1-bruce.richardson@intel.com> In-Reply-To: From: David Marchand Date: Tue, 19 Nov 2019 22:38:05 +0100 Message-ID: To: Bruce Richardson Cc: Michael Santana , Aaron Conole , dev X-MC-Unique: Z4c7DqlFNES6uPbNWEt-fQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 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" On Tue, Nov 19, 2019 at 5:06 PM Aaron Conole wrote: > > Bruce Richardson writes: > > > Add a travis job to build for 32-bit on 64-bit systems to catch additio= nal > > build errors, for example, incorrect use of printf specifiers with uint= 64_t > > types. > > > > Signed-off-by: Bruce Richardson > Acked-by: Aaron Conole Applied, thanks. -- David Marchand