Skip to content

Commit

Permalink
Remove metaflac fuzzer from i386 arch (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmf01 authored Dec 27, 2024
1 parent a8adc6c commit c1ef75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oss-fuzz/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ EXTRA_DIST = \
noinst_PROGRAMS =

if USE_OSSFUZZERS
noinst_PROGRAMS += fuzzer_encoder fuzzer_encoder_v2 fuzzer_decoder fuzzer_seek fuzzer_metadata fuzzer_reencoder fuzzer_tool_metaflac
noinst_PROGRAMS += fuzzer_encoder fuzzer_encoder_v2 fuzzer_decoder fuzzer_seek fuzzer_metadata fuzzer_reencoder
if FLaC__CPU_IA32
else
noinst_PROGRAMS += fuzzer_tool_flac
noinst_PROGRAMS += fuzzer_tool_metaflac fuzzer_tool_flac
endif
endif

Expand Down

0 comments on commit c1ef75b

Please sign in to comment.