CI: Enable downloading the Azure remote data cache for Fuzzer builds

This cache was disabled in 3127454 because it wasn't needed and there
was a race between the builders for this cache. Then commit 0c95d99
started fuzzing the generated Unicode / TZDB data. Since then, we've
been pulling this data from the live servers instead of Azure's cache.
This commit is contained in:
Timothy Flynn 2022-08-09 08:30:18 -04:00 committed by Brian Gianforcaro
parent 5c0f1d5b8a
commit 407a88ebf6
Notes: sideshowbarker 2024-07-17 08:21:08 +09:00

View file

@ -41,10 +41,7 @@ jobs:
toolchain: '$(toolchain)'
build_directory: 'Meta/Lagom/Build'
serenity_ccache_path: '$(SERENITY_CCACHE_DIR)'
${{ if eq(parameters.fuzzer, 'Fuzz') }}:
with_remote_data_caches: false
${{ if eq(parameters.fuzzer, 'NoFuzz') }}:
with_remote_data_caches: true
with_remote_data_caches: true
${{ if eq(parameters.os, 'Android') }}:
with_ndk_cache: true
ndk_version: '$(ndk_version)'