Always checkout libFuzzer

It's supported at least on Mac, so gating it on Linux prevents
developers using Mac to run fuzzers easily.

The repository size increase is quite small

Bug: None
Change-Id: I06ce173356f1d7130acd720e70de806bf49f362b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371321
Reviewed-by: Jeremy Leconte <jleconte@webrtc.org>
Commit-Queue: Victor Boivie <boivie@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43560}
This commit is contained in:
Victor Boivie 2024-12-13 14:34:14 +01:00 committed by WebRTC LUCI CQ
parent 90e080d075
commit 021cf5ac3e

7
DEPS
View File

@ -385,11 +385,8 @@ deps = {
'condition': 'checkout_android',
'dep_type': 'cipd',
},
# Used for building libFuzzers (only supports Linux).
'src/third_party/libFuzzer/src': {
'url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git@e31b99917861f891308269c36a32363b120126bb',
'condition': 'checkout_linux',
},
'src/third_party/libFuzzer/src':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git@e31b99917861f891308269c36a32363b120126bb',
'src/third_party/fuzztest/src':
'https://chromium.googlesource.com/external/github.com/google/fuzztest.git@8bd3142058af42d4605da7f2bc8d6dfc2c97e123',
'src/third_party/libjpeg_turbo':