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 A8B0BA09E9; Mon, 14 Dec 2020 15:13:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 81D9CC876; Mon, 14 Dec 2020 15:13:20 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 03F182B9C for ; Mon, 14 Dec 2020 15:13:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607955197; 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=sZTufRiW1wEwXJDaAcH5yFbgXTdBv8wx6qs8xbX0DY4=; b=cqW3OaKsK76Iw1S3ECxyB0xpFQ03McbQ3N6wH+HHp/nMDIFzU4AL61+nS4s9VMniKaINYG C+9zbi/cpnElNX6qxL9jS+ce2BlNiMXlY1ghZ3rLgvJ9WDe5Ge+VJNOcuwJs5NEYJ2whjf hw+xZ/GJ/uElNwyO2xHixGzUe5FNJmk= 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-424-lIZlm0lTMpuT-4L49LBr6Q-1; Mon, 14 Dec 2020 09:13:15 -0500 X-MC-Unique: lIZlm0lTMpuT-4L49LBr6Q-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 70D75803F62; Mon, 14 Dec 2020 14:13:14 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-113-60.rdu2.redhat.com [10.10.113.60]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BF4CC5D9DE; Mon, 14 Dec 2020 14:13:10 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, Michael Santana References: <20201124215700.12126-1-david.marchand@redhat.com> <20201204173622.12053-1-david.marchand@redhat.com> <20201204173622.12053-2-david.marchand@redhat.com> Date: Mon, 14 Dec 2020 09:13:09 -0500 In-Reply-To: <20201204173622.12053-2-david.marchand@redhat.com> (David Marchand's message of "Fri, 4 Dec 2020 18:36:22 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (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 Subject: Re: [dpdk-dev] [PATCH v2 2/2] ci: enable v21 ABI checks 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: > v21 ABI will be maintained until v21.11. > > Let's use the latest released libabigail 1.8. > > In GitHub Actions, libabigail binaries and the ABI reference are stored > in two shared caches as all branches can use the same. > > While at it, we can reproduce changes from the commit 0b8086ce3fe7 > ("devtools: remove useless files from ABI reference"). > This will save some space in the CI caches. > > Signed-off-by: David Marchand > --- Acked-by: Aaron Conole