mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
CI: Enable downloading the Azure remote data cache for Fuzzer builds
This cache was disabled in3127454
because it wasn't needed and there was a race between the builders for this cache. Then commit0c95d99
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:
parent
5c0f1d5b8a
commit
407a88ebf6
1 changed files with 1 additions and 4 deletions
|
@ -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)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue