Hello Mathieu, Mathieu Othacehe <[email protected]> skribis:
> I setup my own cuirass server to build guix-modular, here's how: > > (define (build-guix-modular store arguments) You shouldn’t need to do anything like that. Here’s what we have on berlin.guixsd.org: --8<---------------cut here---------------start------------->8--- $ sudo sqlite3 /var/run/cuirass/cuirass.db SQLite version 3.19.3 2017-06-08 14:26:16 Enter ".help" for usage hints. sqlite> select * from specifications where repo_name='guix-modular'; guix-modular|https://git.savannah.gnu.org/git/guix.git||build-aux/cuirass/guix-modular.scm|cuirass-jobs|((systems "x86_64-linux" "i686-linux" "aarch64-linux"))|master|||1 --8<---------------cut here---------------end--------------->8--- If you add a similar entry on your server, it should be fine. Can you try and report back? If Cuirass doesn’t seem to do what you want, I recommend browsing /var/log/cuirass.log to see what’s going on. HTH! Ludo’.
