diff options
author | AlexSm <alex@ydb.tech> | 2024-01-19 09:50:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 09:50:35 +0100 |
commit | 2272a583d7f8e3a79bb76fd3299784bd117c8e46 (patch) | |
tree | 625e2b4c582f9fa377c87207d8295b944758fc07 /build/internal | |
parent | 9e04a3a768f5f8c84c2da9fb492af54c87e53d56 (diff) | |
download | ydb-2272a583d7f8e3a79bb76fd3299784bd117c8e46.tar.gz |
Enable remote cache client decompression (#1141)
Diffstat (limited to 'build/internal')
-rw-r--r-- | build/internal/ya.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/internal/ya.conf b/build/internal/ya.conf index e4804f4277..81be41d837 100644 --- a/build/internal/ya.conf +++ b/build/internal/ya.conf @@ -1,6 +1,7 @@ canonization_backend = "ydb-canondata.storage.yandexcloud.net" bazel_remote_store = true bazel_remote_baseuri = "http://cachesrv.ydb.tech:8081" +bazel_remote_client_decompress = true test_fakeid = "r13102898" [host_platform_flags] |