[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/4] utils: Change critical section terminology to worker thr
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 1/4] utils: Change critical section terminology to worker threads. |
Date: |
Wed, 29 Jan 2020 17:26:50 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi!
Christopher Baines <address@hidden> skribis:
> Ludovic Courtès <address@hidden> writes:
>
>> Christopher Baines <address@hidden> skribis:
>>
>>> I've gone ahead an pushed these patches now, as it's something I'd like
>>> to deploy prior to the Guix days.
>>
>> Woohoo! Should we deploy it on berlin? Let’s synchronize on IRC maybe?
>
> Yep, it would be good. I think it works fine on Bayfront (ignoring the
> issues there with running out of disk space, and the build users thing).
>
> It might already be deployed though, as I've just noticed the /output/
> requests work on Berlin ([1] for example). That's really good, as it
> means I'll be able to pull builds in to the Guix Data Service much more
> easily.
>
> 1:
> https://ci.guix.gnu.org/output/4whab5ys3k3r4yn7knc3pfjpwcxqiqxi-maven-resolver-provider-3.6.1
Yeah, it was reconfigured on Jan. 26 from a Cuirass commit that was
current at that point; specifically, the config has this uncommitted
change:
+(define cuirass-devel
+ (package
+ (inherit cuirass)
+ (version (string-append (package-version cuirass) "-dev"))
+ (source (git-checkout
+ (url "https://git.savannah.gnu.org/git/guix/guix-cuirass.git")))))
Ludo’.