[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fuzz: disable tcg for OSS-Fuzz builds
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH] fuzz: disable tcg for OSS-Fuzz builds |
Date: |
Wed, 13 Nov 2024 19:38:34 +0100 |
On Wed, Nov 13, 2024 at 7:35 PM Alexander Bulekov <alxndr@bu.edu> wrote:
> > Where is the Dockerfile that's being used?
>
> https://github.com/google/oss-fuzz/blob/master/projects/qemu/Dockerfile
>
> Thanks for catching that... I will try to run the docker build locally.
You can add -Db_colorout=disabled to both glib's "meson setup" line
and scripts/oss-fuzz/build.sh if you can reproduce that.
> Probably makes sense to mimick what the glib people are doing:
> https://github.com/google/oss-fuzz/tree/30da5abe5cd004e8a2f8c92923375d43b4d8a5c7/projects/glib
> Their builds aren't failing. (I do still think it makes sense to build
> w/o tcg to reduce the fuzzing binary size).
Yes, that's true.
Paolo