From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id BB12DD806D1 for ; Wed, 31 Jul 2024 10:34:53 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=96xUTAm92+Sh50SLoCGMZohyc7DqMGX+LDfJX4nzzWA=; c=relaxed/simple; d=groups.io; h=Date:From:To:CC:Subject:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20240206; t=1722422093; v=1; b=MF2apKqEJ1Dq0fPfgXoZ+zT3+LbKJ2U0pxjmjMYJkajlxx5rKMbMKr+YL+aeS6paJLSj5uBb eilA7csVlZp6kApZWHknhO7ldp6Mf7dqepkSoilHB5oShH5MOdEnzT5yzDVPiJ3pk/83QvFxYJ5 6sL/F8q2VTyox3opcqMXvNQVZKb0FkO5sBr4NWFOtSttd33QnrxIGuhk3EFY1M/CaYt+0AHnLWl 17y4OxL//RNFI71Zu4+e3qtU8UfxWdNysBZPJfH4xp5lqhNfPsEgfgejbDtJUKlYzDpsgLIaPeI kSYoYvf/AXXgFLw21zzbjTPSAZW6W6qUD4RCMTzhQ2I/A== X-Received: by 127.0.0.2 with SMTP id 5qZQYY7687511x0zCmwkyYnx; Wed, 31 Jul 2024 03:34:52 -0700 X-Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by mx.groups.io with SMTP id smtpd.web11.39995.1722422086203400178 for ; Wed, 31 Jul 2024 03:34:46 -0700 X-Received: from pps.filterd (m0279871.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 46V5BraM025027; Wed, 31 Jul 2024 10:34:38 GMT X-Received: from nasanppmta03.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 40pw4546fd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 31 Jul 2024 10:34:37 +0000 (GMT) X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA03.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46VAYaan002859 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 31 Jul 2024 10:34:36 GMT X-Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Wed, 31 Jul 2024 03:34:35 -0700 Date: Wed, 31 Jul 2024 11:34:32 +0100 From: "Leif Lindholm" To: CC: Jiewen Yao , Michael D Kinney , Andrew Fish Subject: [edk2-devel] Can we do something about libspdm? Message-ID: MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-GUID: 6R7_hiyPfVtJGEVH0M65rQio0dDuKcKi X-Proofpoint-ORIG-GUID: 6R7_hiyPfVtJGEVH0M65rQio0dDuKcKi Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Wed, 31 Jul 2024 03:34:46 -0700 Resent-From: quic_llindhol@quicinc.com Reply-To: devel@edk2.groups.io,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: PwJZ7wHVs9ML0UNk5ieoT1ZJx7686176AA= Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=MF2apKqE; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (policy=none) Hi, The libspdm submodule is 1.1GB of (compressed) data to clone, but only 18MB once checked out. This is by some margin the majority of the time it takes to clone edk2 and submodules. (It takes me 5m44s, and I don't think it's my Internet connection slowing it down.) Having become curious as to how it managed to get that bad, I had a dig. And found that nearly all of the data comes from a branch (that is not a branch of the codebase at all) called github_pages. If I run $ git branch -r -d github_pages $ git gc --prune=now the size of my cloned directory shrinks from 1.1GB down to a more reasonable 27MB. Does anyone have any connections at DTMF that we can try to get in touch with to discuss how to improve their repository setup? / Leif -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120139): https://edk2.groups.io/g/devel/message/120139 Mute This Topic: https://groups.io/mt/107643637/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-