diff options
author | jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> | 2022-07-07 13:27:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 13:27:39 +0200 |
commit | dd2dc162c5907ea6567a9f3bdd5f121c9a255847 (patch) | |
tree | e1bd55b61c425ab8a41d394c3df60a8288e68335 /projects/speex | |
parent | c3bd2952129e7703cd6f9f7eb18dd8f93e29b4e6 (diff) |
Disable dataflow builds for projects that have enabled it. (#7968)
* Disable dataflow builds for projects that have enabled it.
Related: https://github.com/google/oss-fuzz/issues/7963
* fix openjpeg
* fix
Diffstat (limited to 'projects/speex')
-rw-r--r-- | projects/speex/project.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/projects/speex/project.yaml b/projects/speex/project.yaml index e083b9f6..191b98fc 100644 --- a/projects/speex/project.yaml +++ b/projects/speex/project.yaml @@ -8,10 +8,8 @@ fuzzing_engines: - libfuzzer - afl - honggfuzz - - dataflow sanitizers: - address - undefined - memory - - dataflow main_repo: 'https://gitlab.xiph.org/xiph/speex.git' |