Re: Please add loong64 to Daily/Weekly builds of installer images

Steve McIntyre <[email protected]> Mon, 27 Apr 2026 16:44:08 +0100
Newsgroups gmane.linux.debian.devel.cd,gmane.linux.debian.devel.boot
Message-ID <[email protected]>
On Mon, Apr 27, 2026 at 02:46:34PM +0100, Steve McIntyre wrote:
>On Mon, Apr 27, 2026 at 12:17:37PM +0200, Cyril Brulebois wrote:
>
>I asked a while ago about this, and was just waiting on d-i bits
>happening. We already have code in debian-cd to set up loong64
>bootable images for UEFI, so we just need config to turn on image
>builds. Adding that now.

The first attempted debian-cd build failed due to a missing coreutils
package in forky; I assume that's on the way and things will pick up
shortly:

...
set -e; cd /srv/cdbuilder.debian.org/src/deb-cd/tmp/2sidloong64/forky/tasks; \
        /home/debian-cd/build.forky/debian-cd/tools/update_tasks; \
        /home/debian-cd/build.forky/debian-cd/tools/generate_di_list; \
        /home/debian-cd/build.forky/debian-cd/tools/generate_di+k_list
which_deb: can't find binary file(s) for coreutils in forky
update_tasks: Can't determine arch!
...