diff options
| author | svidyuk <[email protected]> | 2024-12-25 07:19:26 +0300 |
|---|---|---|
| committer | svidyuk <[email protected]> | 2024-12-25 07:48:57 +0300 |
| commit | f8fcb8a9bf119d91c13270ce72f2bbe35bafe0d3 (patch) | |
| tree | 4a3b01cd4f153294e5d095b5217d120db957daed | |
| parent | b5dd91799751f9924acb7c17ddad16ddb2086bba (diff) | |
Invalidate poisoned json and build caches
Caches were poisoned by modifying peerder propagation rules. Uid calculation takes PassPeers attr into account in incorrect way.
commit_hash:e51de22108c2fe97a15fc14f31c34e34a969ec14
| -rw-r--r-- | build/ymake.core.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 81378b608be..22fc8dcbff3 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -6,7 +6,7 @@ # - Distributed (YT) cache warmup will take significant time to catch up and will need to recache everything. # - Autocheck will rebuild and recache everything. # Use this with extreme care and only change if it is ultimately needed. Consider more specific XXX_FAKEIDs below instead. -FAKEID=628318530716 +FAKEID=328319516716 SANDBOX_FAKEID=${FAKEID}.7600000 CPP_FAKEID=2024-01-23 @@ -20,7 +20,7 @@ FBS_FAKEID=2024-03-13 # Change of this value will invalidate some parts of configure cache # but will not affect builds anyhow (except tests referring build/ directory) -JSON_CACHE_FAKE_ID=20240830 +JSON_CACHE_FAKE_ID=20241225 STRUCT_CMD=yes _DBG_EXPR_ERROR_DETAILS=one |
