On 7/23/24 08:11, Philippe Mathieu-Daudé wrote:
> On 23/7/24 00:06, Warner Losh wrote:
>>
>>
>> On Mon, Jul 22, 2024 at 3:54 PM Philippe Mathieu-Daudé <philmd@linaro.org
>> <mailto:philmd@linaro.org>> wrote:
>>
>> Hi Warner,
>>
>> On 22/7/24 23:43, Warner Losh wrote:
>> > Add the aarch64 bsd-user fragments needed to build the new
>> aarch64 code.
>> >
>> > Signed-off-by: Warner Losh <imp@bsdimp.com <mailto:imp@bsdimp.com>>
>> > ---
>> > configs/targets/aarch64-bsd-user.mak | 3 +++
>> > 1 file changed, 3 insertions(+)
>> > create mode 100644 configs/targets/aarch64-bsd-user.mak
>>
>> Can we build aarch64 on Cirrus-CI? (not clear on
>> https://cirrus-ci.org/guide/FreeBSD/
>> <https://cirrus-ci.org/guide/FreeBSD/>). If so, could you add
>> a follow-up patch to build that on our CI, patching
>> .gitlab-ci.d/cirrus.yml?
>>
>>
>> We can build aarch64 host for bsd-user for sure. I'll see if we can do it in cirrus CI.
>> If so, I'll try to add it to cirrus.yml.
>>
>> This patch series adds aarch64 guest...
>
> Yes, we want to use a aarch64 FreeBSD host to build your FreeBSD
> aarch64 bsd-user guest and test it. Am I wrong?
>
This is adding guest support, so your suggestion is orthogonal.
Yea... It's a good suggestion, but not what I'm working on right now...
Warner