From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs 29.0.50 Snapshot binaries for WIndows Date: Thu, 24 Feb 2022 08:55:39 +0200 Message-ID: <83ee3ssqhg.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30096"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dieter@duenenhof-wilhelm.de, phillip.lord@russet.org.uk, emacs-devel@gnu.org, monnier@iro.umontreal.ca, rms@gnu.org To: Corwin Brust Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 24 07:56:22 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nN834-0007gA-Mh for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Feb 2022 07:56:22 +0100 Original-Received: from localhost ([::1]:33206 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nN833-0003df-LI for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Feb 2022 01:56:21 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54136) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nN82N-0002uL-8G for emacs-devel@gnu.org; Thu, 24 Feb 2022 01:55:39 -0500 Original-Received: from [2001:470:142:3::e] (port=35818 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nN82M-00081v-Kc; Thu, 24 Feb 2022 01:55:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=eaBQ3QGhrqS7J6jFCQvm/T0XyTbVHrXsUweKse6BEQw=; b=lT1FFpkHFPDK X8g/J8MVWQr3Cw0if6exdg4K+kvA38sCU7ktlJQrGhxZatkLMZnpX6V6rsOCxZSnV4ms7VrlQX0Pw REm3OoNOQKymBpmUJnemewZ5+2N9+MylyeWCZIafsRcWNTLJufkvkM37U1S3cag2PtUt6imLdLDkf DukxM8arNBWVS1VzdbNkqVDuJgeXc+bCpeqxdmkAaE/sCqoHEwPrAZjEg01IH9/9z2Cm7/sNHXcOJ 0VTvRoo4Cb5cura3lkHQc5yA8OL0N8yjEm3r2pjbLsCfP9SE2EWQs/6r88apty9zoRuomf6T+WqZB TKJYRAYiKq5s/5NHGJ8xnw==; Original-Received: from [87.69.77.57] (port=3068 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nN82A-0006No-SU; Thu, 24 Feb 2022 01:55:27 -0500 In-Reply-To: (message from Corwin Brust on Wed, 23 Feb 2022 17:07:40 -0600) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:286650 Archived-At: > From: Corwin Brust > Date: Wed, 23 Feb 2022 17:07:40 -0600 > Cc: Richard Stallman , "H. Dieter Wilhelm" , > Eli Zaretskii , Phillip Lord , > Emacs developers > > > > https://corwin.bru.st/emacs-28/snapshots/NATIVE_FULL_AOT > > > > 443MB for the src.zip ? How do you get that from a source tree which > > (according to my measurements) is less than 200MB uncompressed? > > Does it include the dependencies? > > > > It shouldn't. But I create the source archive only after the build > and packaging were successful. Between, I use (only): > > git -fdx If you produce the source zip from the Git tree, make sure to exclude the .git subdirectory from the archive, or remove it (with "zip -d") after creating the archive.