From 407a88ebf6291cb3f9d8abd9a3d2f9dc6c17d544 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 9 Aug 2022 08:30:18 -0400 Subject: [PATCH] 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. --- Meta/Azure/Lagom.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Meta/Azure/Lagom.yml b/Meta/Azure/Lagom.yml index d3690b71cc..55964c69c0 100644 --- a/Meta/Azure/Lagom.yml +++ b/Meta/Azure/Lagom.yml @@ -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)'