From: Richard Henderson <richard.henderson@linaro.org>
To: "Alex Bennée" <alex.bennee@linaro.org>, "WANG Xuerui" <git@xen0n.name>
Cc: "Thomas Huth" <thuth@redhat.com>,
"Beraldo Leal" <bleal@redhat.com>,
qemu-devel@nongnu.org,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>
Subject: Re: [PATCH] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab
Date: Tue, 4 Jan 2022 12:40:50 -0800 [thread overview]
Message-ID: <1a87cd1d-dd4c-b360-23c6-60903fbb6a8d@linaro.org> (raw)
In-Reply-To: <87fsq3l26b.fsf@linaro.org>
On 1/4/22 10:31 AM, Alex Bennée wrote:
>> +docker-image-gentoo-loongarch64-cross: $(DOCKER_FILES_DIR)/gentoo-loongarch64-cross.docker
>> + $(if $(NOCACHE), \
>> + $(call quiet-command, \
>> + $(DOCKER_SCRIPT) build -t qemu/gentoo-loongarch64-cross -f $< \
>> + $(if $V,,--quiet) --no-cache \
>> + --registry $(DOCKER_REGISTRY) --extra-files \
>> + $(DOCKER_FILES_DIR)/gentoo-loongarch64-cross.docker.d/build-toolchain.sh, \
>> + "BUILD", "gentoo-loongarch64-cross"), \
>> + $(call quiet-command, \
>> + $(DOCKER_SCRIPT) fetch $(if $V,,--quiet) \
>> + qemu/gentoo-loongarch64-cross $(DOCKER_REGISTRY), \
>> + "FETCH", "gentoo-loongarch64-cross") \
>> + $(call quiet-command, \
>> + $(DOCKER_SCRIPT) update $(if $V,,--quiet) \
>> + qemu/gentoo-loongarch64-cross --add-current-user, \
>> + "PREPARE", "gentoo-loongarch64-cross"))
>> +
>> +
>
> Can this not use debian-toolchain-run (possibly renamed) like the
> microblaze and nios2 toolchains?
At present there are too many "debian" prefixes in the macro.
It could be reorganized, but perhaps not trivially.
r~
prev parent reply other threads:[~2022-01-04 20:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-29 6:22 [PATCH] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab WANG Xuerui
2022-01-04 18:31 ` Alex Bennée
2022-01-04 20:40 ` Richard Henderson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1a87cd1d-dd4c-b360-23c6-60903fbb6a8d@linaro.org \
--to=richard.henderson@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=bleal@redhat.com \
--cc=f4bug@amsat.org \
--cc=git@xen0n.name \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).