diff options
author | myltsev <myltsev@yandex-team.ru> | 2022-02-10 16:46:03 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:03 +0300 |
commit | 9166d66c30c23c9e85a7c88185a068987148d23f (patch) | |
tree | 421bdcec5755d9e441c485560aab5ab8d74c7475 /build | |
parent | 8d3a5ed3a188a34167eaee54f1691ce5c9edf2f3 (diff) | |
download | ydb-9166d66c30c23c9e85a7c88185a068987148d23f.tar.gz |
Restoring authorship annotation for <myltsev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/rules/contrib_restricted.policy | 6 | ||||
-rw-r--r-- | build/ya.conf.json | 24 |
2 files changed, 15 insertions, 15 deletions
diff --git a/build/rules/contrib_restricted.policy b/build/rules/contrib_restricted.policy index a83ead19043..c1d29412442 100644 --- a/build/rules/contrib_restricted.policy +++ b/build/rules/contrib_restricted.policy @@ -74,9 +74,9 @@ ALLOW extsearch/audio/kernel/recoglib -> contrib/restricted/mpg123 ALLOW yandex_io -> contrib/restricted/openal-soft ALLOW speechkit -> contrib/restricted/openal-soft -# rubberband is a GPL audio stretching library -ALLOW dict/mt/video -> contrib/restricted/rubberband - +# rubberband is a GPL audio stretching library +ALLOW dict/mt/video -> contrib/restricted/rubberband + # Allowed subset of abseil is exported via library/ ALLOW library/cpp/containers/absl_flat_hash -> contrib/restricted/abseil-cpp/absl/container ALLOW library/cpp/containers/absl_tstring_flat_hash -> contrib/restricted/abseil-cpp-tstring/y_absl/container diff --git a/build/ya.conf.json b/build/ya.conf.json index 5f7cc875d61..63480eb5b65 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -1350,14 +1350,14 @@ } ] }, - "sandboxctl": { - "tools": { + "sandboxctl": { + "tools": { "sandboxctl": { "bottle": "sandboxctl", "executable": "sandboxctl" } - }, - "platforms": [ + }, + "platforms": [ { "host": { "os": "LINUX" @@ -1376,8 +1376,8 @@ }, "default": true } - ] - }, + ] + }, "gcc82": { "tools": { "cc": { @@ -5920,19 +5920,19 @@ ] } }, - "sandboxctl": { - "formula": { + "sandboxctl": { + "formula": { "sandbox_id": [ 832226067 ], "match": "tools/sandboxctl/bin/sandboxctl" - }, - "executable": { + }, + "executable": { "sandboxctl": [ "sandboxctl" ] - } - }, + } + }, "python": { "formula": { "sandbox_id": 981577320, |