Re: [PATCH] build: disable container-based cross compilers by default

2022-10-12 Thread Alex Bennée
Paolo Bonzini writes: > On 10/12/22 14:17, Alex Bennée wrote: >>> Container-based cross compilers have some issues which were overlooked >>> when they were only used for TCG tests, but are more visible since >>> firmware builds try to use them: >> We seem to have dropped our gating somewhere. P

Re: [PATCH] build: disable container-based cross compilers by default

2022-10-12 Thread Paolo Bonzini
On 10/12/22 14:17, Alex Bennée wrote: Container-based cross compilers have some issues which were overlooked when they were only used for TCG tests, but are more visible since firmware builds try to use them: We seem to have dropped our gating somewhere. Previously if a user did not have docker

Re: [PATCH] build: disable container-based cross compilers by default

2022-10-12 Thread Alex Bennée
Paolo Bonzini writes: > Container-based cross compilers have some issues which were overlooked > when they were only used for TCG tests, but are more visible since > firmware builds try to use them: We seem to have dropped our gating somewhere. Previously if a user did not have docker or podma

Re: [PATCH] build: disable container-based cross compilers by default

2022-10-12 Thread Daniel P . Berrangé
On Wed, Oct 12, 2022 at 11:08:55AM +0200, Paolo Bonzini wrote: > Container-based cross compilers have some issues which were overlooked > when they were only used for TCG tests, but are more visible since > firmware builds try to use them: > > - Downloading and building containers as part of make

[PATCH] build: disable container-based cross compilers by default

2022-10-12 Thread Paolo Bonzini
Container-based cross compilers have some issues which were overlooked when they were only used for TCG tests, but are more visible since firmware builds try to use them: - Downloading and building containers as part of make adds a very long task to the build, unless you are on a fast network.