Re: Disarchive update

2021-10-09 Thread Mathieu Othacehe
Hey Ludo, > https://ci.guix.gnu.org/eval/29213?status=succeeded Nice! It looks like an expensive operation, maybe we should increase its period to 24 hours or so? > 2. On berlin, add an mcron job that periodically copies the output of > the latest “disarchive-collection” build to a

Disarchive update

2021-10-09 Thread Ludovic Courtès
Hello Guix! This job is disassembling all the .tar.gz files packages refer to, using the recently-added ‘etc/disarchive-manifest.scm’ file: https://ci.guix.gnu.org/jobset/disarchive It has just succeeded for the first time. :-) https://ci.guix.gnu.org/eval/29213?status=succeeded If you

Test parallelism with CMake

2021-10-09 Thread Liliana Marie Prikler
Hi Greg, for the purposes of GNU Guix, #:parallel-build? and #:parallel-tests? are distinct flags and the latter (if implemented) would apply to the check phase. Our cmake-build-system in this case defers to gnu-build- system, which ought to insert -jN as you described. It could be that the