qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 11/20] docker: filter out linux-user builds for m


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PULL 11/20] docker: filter out linux-user builds for mingw
Date: Tue, 3 Jul 2018 15:44:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 03/07/2018 12:14, Alex Bennée wrote:
> The recent change from TARGET_DIRS to TARGET_LIST (208ecb3e1) had the
> effect of defaulting all docker builds to the current configured set
> of targets. This is actually reasonable behaviour but does run into
> problems if you have linux-user builds configured and you want to test
> the windows cross builds. This commit fixes that by adding a
> DOCKER_FILTER_TARGETS variable which is special-cased for mingw builds
> so we don't pass the whole set down.

> +# Special cases
> +#  mingw/windows builds cannot build linux-user
> +docker-%-win32-cross: DOCKER_FILTER_TARGETS = %-linux-user
> +docker-%-win64-cross: DOCKER_FILTER_TARGETS = %-linux-user
> address@hidden: DOCKER_FILTER_TARGETS = %-linux-user

Some questions:

1) Any reason to keep all three?

2) Can we do it in the test script instead?

3) DEF_TARGET_LIST in the test script becomes meaningless.

4) You now have to override TARGET_LIST with "make
TARGET_LIST=foo-softmmu address@hidden".  Does this interact
badly with other uses of TARGET_LIST in the Makefile?

Thanks,

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]