* Windows Snapshot Builds
@ 2018-10-08 15:57 Phillip Lord
2018-10-08 16:30 ` Boris Buliga
0 siblings, 1 reply; 7+ messages in thread
From: Phillip Lord @ 2018-10-08 15:57 UTC (permalink / raw)
To: emacs-devel
I've just uploaded the latest "weekly" snapshot builds for Emacs-27 on
windows.
https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/
Comments welcome.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Windows Snapshot Builds
2018-10-08 15:57 Windows Snapshot Builds Phillip Lord
@ 2018-10-08 16:30 ` Boris Buliga
2018-10-09 11:15 ` Phillip Lord
2018-10-10 18:14 ` Alan Third
0 siblings, 2 replies; 7+ messages in thread
From: Boris Buliga @ 2018-10-08 16:30 UTC (permalink / raw)
To: Phillip Lord; +Cc: emacs-devel
Hi Phillip,
Are there any plans on weekly Emacs 27 builds for macOS?
Cheers,
Boris
On 8 Oct 2018, at 18:57, Phillip Lord wrote:
> I've just uploaded the latest "weekly" snapshot builds for Emacs-27 on
> windows.
>
> https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/
>
> Comments welcome.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Windows Snapshot Builds
2018-10-08 16:30 ` Boris Buliga
@ 2018-10-09 11:15 ` Phillip Lord
2018-10-10 11:12 ` Jostein Kjønigsen
2018-10-10 18:14 ` Alan Third
1 sibling, 1 reply; 7+ messages in thread
From: Phillip Lord @ 2018-10-09 11:15 UTC (permalink / raw)
To: Boris Buliga; +Cc: emacs-devel
Not from me, no.
Phil
"Boris Buliga" <boris@d12frosted.io> writes:
> Hi Phillip,
>
> Are there any plans on weekly Emacs 27 builds for macOS?
>
> Cheers,
> Boris
> On 8 Oct 2018, at 18:57, Phillip Lord wrote:
>
>> I've just uploaded the latest "weekly" snapshot builds for Emacs-27 on
>> windows.
>>
>> https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/
>>
>> Comments welcome.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Windows Snapshot Builds
2018-10-09 11:15 ` Phillip Lord
@ 2018-10-10 11:12 ` Jostein Kjønigsen
[not found] ` <87r2gvnzg4.fsf@russet.org.uk>
0 siblings, 1 reply; 7+ messages in thread
From: Jostein Kjønigsen @ 2018-10-10 11:12 UTC (permalink / raw)
To: emacs-devel, Phillip Lord
[-- Attachment #1: Type: text/plain, Size: 949 bytes --]
Hey Phillip.
Thanks for the great service!
Looking at the binaries uploaded, I see that the "installer" version
seems about the same size as the Emacs-version without additional
dependent DLLs, with all DLLs included being about twice that size.
Is this intentional? Do we get the "full" Emacs with this installer?
--
Regards
Jostein Kjønigsen
jostein@kjonigsen.net 🍵 jostein@gmail.com
https://jostein.kjonigsen.net
On Tue, Oct 9, 2018, at 1:15 PM, Phillip Lord wrote:
>
> Not from me, no.
>
> Phil
>
> "Boris Buliga" <boris@d12frosted.io> writes:
>
>> Hi Phillip,
>>
>> Are there any plans on weekly Emacs 27 builds for macOS?
>>
>> Cheers,
>> Boris
>> On 8 Oct 2018, at 18:57, Phillip Lord wrote:
>>
>>> I've just uploaded the latest "weekly" snapshot builds for
>>> Emacs-27 on>>> windows.
>>>
>>> https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/
>>>
>>> Comments welcome.
>
[-- Attachment #2: Type: text/html, Size: 2152 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Windows Snapshot Builds
2018-10-08 16:30 ` Boris Buliga
2018-10-09 11:15 ` Phillip Lord
@ 2018-10-10 18:14 ` Alan Third
2018-10-11 3:34 ` build status (was: Windows Snapshot Builds) Van L
1 sibling, 1 reply; 7+ messages in thread
From: Alan Third @ 2018-10-10 18:14 UTC (permalink / raw)
To: Boris Buliga; +Cc: emacs-devel, Phillip Lord
On Mon, Oct 08, 2018 at 07:30:43PM +0300, Boris Buliga wrote:
>
> Are there any plans on weekly Emacs 27 builds for macOS?
I was going to suggest emacsformacosx.com, but it looks like his
nightly builds have been broken for a few months now.
--
Alan Third
^ permalink raw reply [flat|nested] 7+ messages in thread
* build status (was: Windows Snapshot Builds)
2018-10-10 18:14 ` Alan Third
@ 2018-10-11 3:34 ` Van L
0 siblings, 0 replies; 7+ messages in thread
From: Van L @ 2018-10-11 3:34 UTC (permalink / raw)
To: Emacs-Devel devel
>> Are there any plans on weekly Emacs 27 builds for macOS?
>
> I was going to suggest emacsformacosx.com, but it looks like his
> nightly builds have been broken for a few months now.
The following status page looks impressive
for knowing that things build ok or fail
https://build.golang.org/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Windows Snapshot Builds
[not found] ` <87r2gvnzg4.fsf@russet.org.uk>
@ 2018-10-12 12:04 ` Phillip Lord
0 siblings, 0 replies; 7+ messages in thread
From: Phillip Lord @ 2018-10-12 12:04 UTC (permalink / raw)
To: Jostein Kjønigsen; +Cc: jostein, emacs-devel
The installer version *should* be the same as the full deps tar ball (I
make the tar ball first, then the installer version). The lzma
compression is just a lot better than the zip (especially for a large
number of small files). Which is probably why the installer takes a long
time to build.
Still, I checked. The uncompressed size is about the same:
~/.wine/drive_c/Program Files/Emacs/x86_64$ du -shc *
311M bin
1.3M etc
16M include
194M lib
8.6M libexec
262M share
844K ssl
792M total
emacs-windows$ du -shc *
276M bin
1.3M etc
16M include
193M lib
8.2M libexec
262M share
844K ssl
755M total
Why it isn't *exactly* the same size I don't know and worries me a bit.
Phil
Jostein Kjønigsen <jostein@secure.kjonigsen.net> writes:
> Hey Phillip.
>
> Thanks for the great service!
>
> Looking at the binaries uploaded, I see that the "installer" version
> seems about the same size as the Emacs-version without additional
> dependent DLLs, with all DLLs included being about twice that size.
> Is this intentional? Do we get the "full" Emacs with this installer?
>
> --
> Regards
> Jostein Kjønigsen
>
> jostein@kjonigsen.net 🍵 jostein@gmail.com
> https://jostein.kjonigsen.net
>
>
> On Tue, Oct 9, 2018, at 1:15 PM, Phillip Lord wrote:
>>
>> Not from me, no.
>>
>> Phil
>>
>> "Boris Buliga" <boris@d12frosted.io> writes:
>>
>>> Hi Phillip,
>>>
>>> Are there any plans on weekly Emacs 27 builds for macOS?
>>>
>>> Cheers,
>>> Boris
>>> On 8 Oct 2018, at 18:57, Phillip Lord wrote:
>>>
>>>> I've just uploaded the latest "weekly" snapshot builds for
>>>> Emacs-27 on>>> windows.
>>>>
>>>> https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/
>>>>
>>>> Comments welcome.
>>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-10-12 12:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-08 15:57 Windows Snapshot Builds Phillip Lord
2018-10-08 16:30 ` Boris Buliga
2018-10-09 11:15 ` Phillip Lord
2018-10-10 11:12 ` Jostein Kjønigsen
[not found] ` <87r2gvnzg4.fsf@russet.org.uk>
2018-10-12 12:04 ` Phillip Lord
2018-10-10 18:14 ` Alan Third
2018-10-11 3:34 ` build status (was: Windows Snapshot Builds) Van L
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).