diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
commit | 49116032d905455a7b1c994e4a696afc885c1e71 (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /build/ya.conf.json | |
parent | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff) | |
download | ydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/ya.conf.json')
-rw-r--r-- | build/ya.conf.json | 194 |
1 files changed, 97 insertions, 97 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index ee33f3eb45..5f7cc875d6 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -958,73 +958,73 @@ "wine": "yes" } }, - "clang-format": { - "tools": { - "clang-format": { - "bottle": "clang-format", - "executable": "clang-format" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - }, - { - "host": { - "os": "WIN" - }, - "default": true - }, - { - "host": { - "os": "DARWIN" - }, - "default": true - }, - { - "host": { - "os": "DARWIN", - "arch": "arm64" - }, - "default": true - } - ] - }, - "clang-tidy": { - "tools": { - "clang-tidy": { - "bottle": "clang-tidy", - "executable": "clang-tidy" - }, - "clang-apply-replacements": { - "bottle": "clang-tidy", - "executable": "clang-apply-replacements" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - }, - { - "host": { - "os": "DARWIN" - }, - "default": true - }, - { - "host": { - "os": "WIN" - }, - "default": true - } - ] - }, + "clang-format": { + "tools": { + "clang-format": { + "bottle": "clang-format", + "executable": "clang-format" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + }, + { + "host": { + "os": "WIN" + }, + "default": true + }, + { + "host": { + "os": "DARWIN" + }, + "default": true + }, + { + "host": { + "os": "DARWIN", + "arch": "arm64" + }, + "default": true + } + ] + }, + "clang-tidy": { + "tools": { + "clang-tidy": { + "bottle": "clang-tidy", + "executable": "clang-tidy" + }, + "clang-apply-replacements": { + "bottle": "clang-tidy", + "executable": "clang-apply-replacements" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + }, + { + "host": { + "os": "DARWIN" + }, + "default": true + }, + { + "host": { + "os": "WIN" + }, + "default": true + } + ] + }, "ymake": { "tools": { "ymake": { @@ -1423,7 +1423,7 @@ "werror_mode": "compiler_specific", "c_compiler": "$(GCC)/gcc/bin/gcc", "cxx_compiler": "$(GCC)/gcc/bin/g++", - "cxx_std": "c++17", + "cxx_std": "c++17", "gcc_version": "8.2.0", "arch_opt": [ "-w" @@ -2233,7 +2233,7 @@ "werror_mode": "all", "c_compiler": "$(CLANG)/usr/bin/clang", "cxx_compiler": "$(CLANG)/usr/bin/clang++", - "cxx_std": "c++17", + "cxx_std": "c++17", "ar": "$(CLANG)/usr/bin/libtool", "inplace_tools": true, "gcc_version": "8.0", @@ -5751,39 +5751,39 @@ ] } }, - "clang-format": { - "formula": { + "clang-format": { + "formula": { "sandbox_id": [ 1042773541 ], - "match": "clang-format" - }, - "executable": { - "clang-format": [ - "clang-format" - ] - } - }, - "clang-tidy": { - "formula": { - "sandbox_id": [ + "match": "clang-format" + }, + "executable": { + "clang-format": [ + "clang-format" + ] + } + }, + "clang-tidy": { + "formula": { + "sandbox_id": [ 1073581733, 1073610805, 1073627148 - ], - "match": "CLANG_TIDY" - }, - "executable": { - "clang-tidy": [ - "bin", - "clang-tidy" - ], - "clang-apply-replacements": [ - "bin", - "clang-apply-replacements" - ] - } - }, + ], + "match": "CLANG_TIDY" + }, + "executable": { + "clang-tidy": [ + "bin", + "clang-tidy" + ], + "clang-apply-replacements": [ + "bin", + "clang-apply-replacements" + ] + } + }, "maven_import_sandbox_uploader": { "formula": { "sandbox_id": 1031028343, @@ -8094,6 +8094,6 @@ "toolchain_aliases": { "clang-win-x86_64": "clang12-win-x86_64", "clang-win-i686": "clang12-win-i686", - "gcc-linux-x86_64": "gcc82-linux-x86_64" + "gcc-linux-x86_64": "gcc82-linux-x86_64" } } |