Re: [PATCH] CI: Stop building QEMU in general

2024-10-08 Thread Andrew Cooper
On 08/10/2024 7:54 pm, Stefano Stabellini wrote: > On Tue, 8 Oct 2024, Andrew Cooper wrote: >> On 08/10/2024 5:27 pm, Anthony PERARD wrote: >>> On Tue, Oct 08, 2024 at 04:50:23PM +0100, Andrew Cooper wrote: diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml >>

Re: [PATCH] CI: Stop building QEMU in general

2024-10-08 Thread Stefano Stabellini
On Tue, 8 Oct 2024, Andrew Cooper wrote: > On 08/10/2024 5:27 pm, Anthony PERARD wrote: > > On Tue, Oct 08, 2024 at 04:50:23PM +0100, Andrew Cooper wrote: > >> diff --git a/automation/gitlab-ci/build.yaml > >> b/automation/gitlab-ci/build.yaml > >> index c668736bdc2f..c83e0bdbe119 100644 > >> ---

Re: [PATCH] CI: Stop building QEMU in general

2024-10-08 Thread Andrew Cooper
On 08/10/2024 5:27 pm, Anthony PERARD wrote: > On Tue, Oct 08, 2024 at 04:50:23PM +0100, Andrew Cooper wrote: >> diff --git a/automation/gitlab-ci/build.yaml >> b/automation/gitlab-ci/build.yaml >> index c668736bdc2f..c83e0bdbe119 100644 >> --- a/automation/gitlab-ci/build.yaml >> +++ b/automation

Re: [PATCH] CI: Stop building QEMU in general

2024-10-08 Thread Anthony PERARD
On Tue, Oct 08, 2024 at 04:50:23PM +0100, Andrew Cooper wrote: > diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml > index c668736bdc2f..c83e0bdbe119 100644 > --- a/automation/gitlab-ci/build.yaml > +++ b/automation/gitlab-ci/build.yaml > @@ -339,6 +339,7 @@ alpine-3.18

[PATCH] CI: Stop building QEMU in general

2024-10-08 Thread Andrew Cooper
We spend an awful lot of CI time building QEMU, even though most changes don't touch the subset of tools/libs/ used by QEMU. Some numbers taken at a time when CI was otherwise quiet: With Without Alpine: 13m38s 6m04s Debian 12: 10m05s 8m10