diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-11-21 13:19:26 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-11-21 15:40:34 +0300 |
commit | 52642c5f2b61158ab7e429edffeecb5253307f8f (patch) | |
tree | a4bfeac7a90d09a2ebe890db0665812bc64a258c | |
parent | 4a34710b9b00e816d783c63191559c82fcaf78b5 (diff) | |
download | ydb-52642c5f2b61158ab7e429edffeecb5253307f8f.tar.gz |
Configure bazel cache and canonization backedn by default for GitHub ya make
-rw-r--r-- | .mapping.json | 1 | ||||
-rw-r--r-- | build/internal/ya.conf | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json index 269bba78ff..7ee8558334 100644 --- a/.mapping.json +++ b/.mapping.json @@ -60,6 +60,7 @@ "ROADMAP.md":"ydb/github_toplevel/ROADMAP.md", "SECURITY.md":"ydb/github_toplevel/SECURITY.md", "build/internal/conf/internal.conf":"ydb/github_toplevel/build/internal/conf/internal.conf", + "build/internal/ya.conf":"ydb/github_toplevel/build/internal/ya.conf", "build/mapping.conf.json":"devtools/ya/opensource/mapping.conf.json", "build/scripts/export_script_gen.py":"", "build/scripts/generate_vcs_info.py":"", diff --git a/build/internal/ya.conf b/build/internal/ya.conf new file mode 100644 index 0000000000..00b10153a8 --- /dev/null +++ b/build/internal/ya.conf @@ -0,0 +1,3 @@ +canonization_backend = "ydb-canondata.storage.yandexcloud.net" +bazel_remote_store = true +bazel_remote_baseuri = "http://cachesrv.ydb.tech:8081" |