mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
The goal is to extend what the 'core subset builds but also (more importantly) what gets cross-compiled for the 'all subset. * gnu/ci.scm (%core-packages-for-mingw): New variable. (%core-packages): Use it. (%linux-packages, %hurd-packages): New variables. (core-packages): New procedure. (packages-to-cross-build, cuirass-jobs): Use it instead of ‘%core-packages’. Change-Id: I2ee656ea589ffbf7dabcb6e84b3bb5a0b13556af Signed-off-by: Ludovic Courtès <ludo@gnu.org>