mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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
Notes:
sideshowbarker
2024-07-17 08:21:08 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/407a88ebf6 Pull-request: https://github.com/SerenityOS/serenity/pull/14813 Reviewed-by: https://github.com/bgianfo ✅
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…
Reference in a new issue