diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-25 13:59:28 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-25 13:59:28 +0300 |
commit | ca8a867c7e378a97f34feac10823e9fc3d7b1af3 (patch) | |
tree | 85da21665d6e557c2111f25dd2edd8a10d63c21a | |
parent | bcbadaff5039020e4a96e93d1ec20b85793d090f (diff) | |
download | ydb-ca8a867c7e378a97f34feac10823e9fc3d7b1af3.tar.gz |
intermediate changes
ref:55d211a8eea425ad91e39a9d80b0c7df38ae80a2
-rw-r--r-- | build/rules/maps/maps.policy | 1 | ||||
-rw-r--r-- | build/ya.conf.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build/rules/maps/maps.policy b/build/rules/maps/maps.policy index f541e4d05f2..0fc95caff29 100644 --- a/build/rules/maps/maps.policy +++ b/build/rules/maps/maps.policy @@ -41,6 +41,7 @@ DENY .* -> maps/libs/deprecated ALLOW .* -> maps/doc/proto # These libraries are allowed for general use +ALLOW .* -> maps/libs/chrono ALLOW .* -> maps/libs/common ALLOW .* -> maps/libs/csv ALLOW .* -> maps/libs/enum_io diff --git a/build/ya.conf.json b/build/ya.conf.json index 88320c3f92b..feaff46dddf 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -8348,7 +8348,7 @@ }, "lama": { "formula": { - "sandbox_id": 1286898155, + "sandbox_id": 1289458329, "match": "lama" }, "executable": { |