From d63aacb4604b0ea8ef49b8747f047beef25f98ae Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Tue, 19 Nov 2024 15:56:01 +0100 Subject: [PATCH] Use 'checkout_linux' instead of 'checkout_fuzzer' to checkout libFuzzer. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using 'checkout_fuzzer' breaks the autoroller. Another fix would be to add 'checkout_fuzzer' to True here: https://source.chromium.org/chromium/infra/infra_superproject/+/main:build/recipes/recipes/webrtc/auto_roll_webrtc_deps.py;l=30;drc=61d198818ce21c9a9721a9880b806ff35b61d322 Change-Id: I0003a1bab58947e733dbe11dfa2fb349a95fda0c Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/368660 Commit-Queue: Björn Terelius Reviewed-by: Björn Terelius Auto-Submit: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#43427} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7f3e4a7ffc..d13d008336 100644 --- a/DEPS +++ b/DEPS @@ -376,7 +376,7 @@ deps = { # 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@487e79376394754705984c5de7c4ce7f82f2bd7c', - 'condition': 'checkout_fuzzer', + 'condition': 'checkout_linux', }, 'src/third_party/fuzztest/src': 'https://chromium.googlesource.com/external/github.com/google/fuzztest.git@0021f30508bc7f73fa5270962d022acb480d242f',