mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +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,9 +41,6 @@ jobs:
|
||||||
toolchain: '$(toolchain)'
|
toolchain: '$(toolchain)'
|
||||||
build_directory: 'Meta/Lagom/Build'
|
build_directory: 'Meta/Lagom/Build'
|
||||||
serenity_ccache_path: '$(SERENITY_CCACHE_DIR)'
|
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') }}:
|
${{ if eq(parameters.os, 'Android') }}:
|
||||||
with_ndk_cache: true
|
with_ndk_cache: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue