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 94B4242824; Thu, 23 Mar 2023 18:15:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6E3C540689; Thu, 23 Mar 2023 18:15:10 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 75E0F4021E for ; Thu, 23 Mar 2023 18:15:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1679591707; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2OohOlZtbiRwB0rehykHxq5eRJTfdtYR7/Ub3RnV330=; b=dEtVjZmAnTCSOrkrTOrJk6ucktitxNgaRsiCVYEO6seCIegCIut1EqFa9UCRLzQRXTURcz Y2d5VGcAeFkr6uQlX0/bRKLF39umfB4O+FSMa+N7Jl4ejsquF8L54Le5lIwNKrSdTUuocy W0+CV2YDx/PcemqNnF0vuXntZiadtsg= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-29-ivLhuhJeOiyRoYLzyGhLYw-1; Thu, 23 Mar 2023 13:15:06 -0400 X-MC-Unique: ivLhuhJeOiyRoYLzyGhLYw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B034D101A551 for ; Thu, 23 Mar 2023 17:15:05 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.224.63]) by smtp.corp.redhat.com (Postfix) with ESMTP id 45DDE18EC7 for ; Thu, 23 Mar 2023 17:15:05 +0000 (UTC) From: David Marchand To: dev@dpdk.org Subject: [PATCH v2 0/2] ABI check updates Date: Thu, 23 Mar 2023 18:15:00 +0100 Message-Id: <20230323171502.3124049-1-david.marchand@redhat.com> In-Reply-To: <20221103154717.22368-1-david.marchand@redhat.com> References: <20221103154717.22368-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true 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 This series moves ABI exceptions in a single configuration file and simplifies the ABI check so that no artefact depending on libabigail version is stored in the CI. -- David Marchand Changes since v1: - rebased after abi check parallelisation rework, David Marchand (2): devtools: unify configuration for ABI check devtools: stop depending on libabigail xml format .ci/linux-build.sh | 4 ---- .github/workflows/build.yml | 2 +- MAINTAINERS | 1 - devtools/check-abi.sh | 24 +++++++++++++++--------- devtools/gen-abi.sh | 27 --------------------------- devtools/libabigail.abignore | 12 +++++++++--- devtools/test-meson-builds.sh | 5 ----- 7 files changed, 25 insertions(+), 50 deletions(-) delete mode 100755 devtools/gen-abi.sh -- 2.39.2