Re: [PATCH] fuzz: avoid building twice, when running on gitlab

2021-08-10 Thread Coiby Xu
On Tue, Aug 10, 2021 at 07:01:45AM +0200, Philippe Mathieu-Daudé wrote: +Coiby Xu & qemu-block@ Thanks for adding me to the Cc list. On 8/9/21 9:36 PM, Peter Maydell wrote: On Mon, 9 Aug 2021 at 20:30, Alexander Bulekov wrote: On 210809 1506, Alexander Bulekov wrote: On 210809 1925,

Re: [PATCH] fuzz: avoid building twice, when running on gitlab

2021-08-09 Thread Philippe Mathieu-Daudé
+Coiby Xu & qemu-block@ On 8/9/21 9:36 PM, Peter Maydell wrote: > On Mon, 9 Aug 2021 at 20:30, Alexander Bulekov wrote: >> >> On 210809 1506, Alexander Bulekov wrote: >>> On 210809 1925, Peter Maydell wrote: On Mon, 9 Aug 2021 at 12:18, Alexander Bulekov wrote: > > On oss-fuzz, we

Re: [PATCH] fuzz: avoid building twice, when running on gitlab

2021-08-09 Thread Peter Maydell
On Mon, 9 Aug 2021 at 20:30, Alexander Bulekov wrote: > > On 210809 1506, Alexander Bulekov wrote: > > On 210809 1925, Peter Maydell wrote: > > > On Mon, 9 Aug 2021 at 12:18, Alexander Bulekov wrote: > > > > > > > > On oss-fuzz, we build twice, to put together a build that is portable to > > > >

Re: [PATCH] fuzz: avoid building twice, when running on gitlab

2021-08-09 Thread Alexander Bulekov
On 210809 1506, Alexander Bulekov wrote: > On 210809 1925, Peter Maydell wrote: > > On Mon, 9 Aug 2021 at 12:18, Alexander Bulekov wrote: > > > > > > On oss-fuzz, we build twice, to put together a build that is portable to > > > the runner containers. On gitlab ci, this is wasteful and

Re: [PATCH] fuzz: avoid building twice, when running on gitlab

2021-08-09 Thread Alexander Bulekov
On 210809 1925, Peter Maydell wrote: > On Mon, 9 Aug 2021 at 12:18, Alexander Bulekov wrote: > > > > On oss-fuzz, we build twice, to put together a build that is portable to > > the runner containers. On gitlab ci, this is wasteful and contributes to > > timeouts on the build-oss-fuzz job. Avoid

Re: [PATCH] fuzz: avoid building twice, when running on gitlab

2021-08-09 Thread Peter Maydell
On Mon, 9 Aug 2021 at 12:18, Alexander Bulekov wrote: > > On oss-fuzz, we build twice, to put together a build that is portable to > the runner containers. On gitlab ci, this is wasteful and contributes to > timeouts on the build-oss-fuzz job. Avoid building twice on gitlab, at > the remote cost

Re: [PATCH] fuzz: avoid building twice, when running on gitlab

2021-08-09 Thread Darren Kenny
On Monday, 2021-08-09 at 07:16:21 -04, Alexander Bulekov wrote: > On oss-fuzz, we build twice, to put together a build that is portable to > the runner containers. On gitlab ci, this is wasteful and contributes to > timeouts on the build-oss-fuzz job. Avoid building twice on gitlab, at > the

[PATCH] fuzz: avoid building twice, when running on gitlab

2021-08-09 Thread Alexander Bulekov
On oss-fuzz, we build twice, to put together a build that is portable to the runner containers. On gitlab ci, this is wasteful and contributes to timeouts on the build-oss-fuzz job. Avoid building twice on gitlab, at the remote cost of potentially missing some cases that break oss-fuzz builds.