Re: [PATCH v2 5/5] gitlab-ci.d: Build with --enable-fdt=system by default

2023-02-23 Thread Thomas Huth
On 23/02/2023 15.02, Daniel P. Berrangé wrote: On Tue, Feb 07, 2023 at 09:14:47PM +0100, Thomas Huth wrote: By using --enable-fdt=system we can make sure that the configure script does not try to check out the "dtc" submodule. This should help to safe some precious CI minutes in the long run.

Re: [PATCH v2 5/5] gitlab-ci.d: Build with --enable-fdt=system by default

2023-02-23 Thread Daniel P . Berrangé
On Tue, Feb 07, 2023 at 09:14:47PM +0100, Thomas Huth wrote: > By using --enable-fdt=system we can make sure that the configure > script does not try to check out the "dtc" submodule. This should > help to safe some precious CI minutes in the long run. If our containers have the system dtc install

[PATCH v2 5/5] gitlab-ci.d: Build with --enable-fdt=system by default

2023-02-07 Thread Thomas Huth
By using --enable-fdt=system we can make sure that the configure script does not try to check out the "dtc" submodule. This should help to safe some precious CI minutes in the long run. While we're at it, also drop some now-redundant --enable-slirp and --enable-capstone statements. These used to h