From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E213C678D5 for ; Tue, 7 Mar 2023 19:58:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231363AbjCGT6f (ORCPT ); Tue, 7 Mar 2023 14:58:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231769AbjCGT6D (ORCPT ); Tue, 7 Mar 2023 14:58:03 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D73DF8FBD9 for ; Tue, 7 Mar 2023 11:54:13 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 707FB61518 for ; Tue, 7 Mar 2023 19:54:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6B64C433EF for ; Tue, 7 Mar 2023 19:54:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678218852; bh=kAlO3iUr2C5YB0/INyx7E4wH9nyj0pdy6Cg3ZayA0Xo=; h=Date:From:To:Subject:References:In-Reply-To:From; b=XIN8u+xvXdetvuHp2Xb1WnsINV9D6pWIYLgqwlluUE817rAM8Z314zFRFIEBBzhZW fZmFSFmzbQeuA5abOYe9ZHwNPOPuli8omlnoIQNZ3wesbuNL5Wd8j3Mij+0r1onL4l CeaeptsCx+UT7jEa9GYBhQOqUKcM1A1ft4bDnbI1Z4aL1FEwAo7FSOP79oLNfokdtD i9kSPFm8wUP/7z5cOdmD1fQDOfxVXUmq+o92FiZ/dr4hFEj7cWnD0YEKep6Lqma5zC YOGsmxJjFM/DHmS5kyQDihRAaHkRbDReK3OepeYd7NwK2cD9zQhXcZxHa7U830xGYz kzcSQTApPG5ew== Date: Tue, 7 Mar 2023 11:54:11 -0800 From: Eric Biggers To: linux-ext4@vger.kernel.org Subject: Re: [e2fsprogs PATCH] ci.yml: store the config.h files as workflow artifacts Message-ID: References: <20230208065858.227695-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230208065858.227695-1-ebiggers@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Feb 07, 2023 at 10:58:58PM -0800, Eric Biggers wrote: > From: Eric Biggers > > Store the config.h file for each platform as a workflow artifact, so > that it will be possible to download them and compare them to > util/android_config.h. > > Signed-off-by: Eric Biggers > --- > .github/workflows/ci.yml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) Ping.