emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On elisp running native


From: Andrea Corallo
Subject: Re: On elisp running native
Date: Sat, 07 Mar 2020 09:33:56 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Michael Albinus <address@hidden> writes:

> You can declare it yourself. Change it to
>
> test-native-bootstrap:
>   # Test native bootstrap
>   stage: test
>   only:
>     - schedules
>   script:
>     - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y 
> -qq -o=Dpkg::Use-Pty=0 libgccjit-6-dev
>     - ./autogen.sh autoconf
>     - ./configure --without-makeinfo --with-nativecomp
>     - make bootstrap
>
> I have removed the inotify-tools, you don't need them I guess. And I
> have added the "only:\n    - schedules" lines, which means it runs only
> when scheduled.
>
> For your branch I have created a schedule which runs every Sun on
> 4am. Let's see how it goes, we can change it as needed.

Cool.  I was thinking that if it takes too long we could bootstrap speed
0, is way faster and is good to test it too.

>
>> Also if I try to look into the pipelines in emba following
>> https://emba.gnu.org/emacs/emacs/pipeline_schedules I get 404.  Is this
>> expected?
>
> Yes, you need an account on emba to see the schedules. I've created the
> user "corallo" on emba.gnu.org for you, you should have received an
> email asking you to set your password.

Great

> Maybe you just push your changes to the Emacs master repo?

Done

>> Thanks
>>
>>   Andrea
>
> Best regards, Michael.


Thanks

  Andrea

-- 
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]