qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 1b2ea7: fuzz: avoid building twice, when runn


From: Alexander Bulekov
Subject: [Qemu-commits] [qemu/qemu] 1b2ea7: fuzz: avoid building twice, when running on gitlab
Date: Mon, 09 Aug 2021 09:43:14 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 1b2ea725ec52059fae37011eb12553a70aa930f5
      
https://github.com/qemu/qemu/commit/1b2ea725ec52059fae37011eb12553a70aa930f5
  Author: Alexander Bulekov <alxndr@bu.edu>
  Date:   2021-08-09 (Mon, 09 Aug 2021)

  Changed paths:
    M scripts/oss-fuzz/build.sh

  Log Message:
  -----------
  fuzz: avoid building twice, when running on gitlab

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.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>





reply via email to

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