diff options
author | AlexSm <alex@ydb.tech> | 2024-01-09 18:56:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 18:56:40 +0100 |
commit | e95f266d2a3e48e62015220588a4fd73d5d5a5cb (patch) | |
tree | a8a784b6931fe52ad5f511cfef85af14e5f63991 /build | |
parent | 50a65e3b48a82d5b51f272664da389f2e0b0c99a (diff) | |
download | ydb-e95f266d2a3e48e62015220588a4fd73d5d5a5cb.tar.gz |
Library import 6 (#888)
Diffstat (limited to 'build')
-rw-r--r-- | build/mapping.conf.json | 16 | ||||
-rw-r--r-- | build/platform/java/jstyle_lib/ya.make | 2 | ||||
-rw-r--r-- | build/ya.conf.json | 135 |
3 files changed, 152 insertions, 1 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 60e3cef573..0ffef27084 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -55,8 +55,16 @@ "4312064267": "https://devtools-registry.s3.yandex.net/4312064267", "4312063561": "https://devtools-registry.s3.yandex.net/4312063561", "2062930743": "https://devtools-registry.s3.yandex.net/2062930743", + "4111727026": "https://devtools-registry.s3.yandex.net/4111727026", + "4111727778": "https://devtools-registry.s3.yandex.net/4111727778", + "5599878022": "https://devtools-registry.s3.yandex.net/5599878022", + "5599877541": "https://devtools-registry.s3.yandex.net/5599877541", + "5599878769": "https://devtools-registry.s3.yandex.net/5599878769", + "5599877008": "https://devtools-registry.s3.yandex.net/5599877008", + "5599878473": "https://devtools-registry.s3.yandex.net/5599878473", "2842390994": "https://devtools-registry.s3.yandex.net/2842390994", "5310288728": "https://devtools-registry.s3.yandex.net/5310288728", + "5620327787": "https://devtools-registry.s3.yandex.net/5620327787", "2989597929": "https://devtools-registry.s3.yandex.net/2989597929", "2989596911": "https://devtools-registry.s3.yandex.net/2989596911", "2989598506": "https://devtools-registry.s3.yandex.net/2989598506", @@ -205,8 +213,16 @@ "4312064267": "black_linter for linux", "4312063561": "black_linter for linux-aarch64", "2062930743": "contrib/libs/clang11/pkg-windows-x86_64.json", + "4111727026": "contrib/libs/clang14/tools/clang-format/clang-format for darwin", + "4111727778": "contrib/libs/clang14/tools/clang-format/clang-format for linux", + "5599878022": "contrib/python/black/bin/black for darwin", + "5599877541": "contrib/python/black/bin/black for darwin-arm64", + "5599878769": "contrib/python/black/bin/black for linux", + "5599877008": "contrib/python/black/bin/black for linux-aarch64", + "5599878473": "contrib/python/black/bin/black for win32", "2842390994": "devtools jacoco agent 0.8.7 with shaded asm", "5310288728": "devtools jstyle runner 10.12.4", + "5620327787": "devtools jstyle runner 10.12.4", "2989597929": "devtools/huge_python/python for darwin", "2989596911": "devtools/huge_python/python for darwin-arm64", "2989598506": "devtools/huge_python/python for linux", diff --git a/build/platform/java/jstyle_lib/ya.make b/build/platform/java/jstyle_lib/ya.make index e83ebba6ca..bbfe6a1c48 100644 --- a/build/platform/java/jstyle_lib/ya.make +++ b/build/platform/java/jstyle_lib/ya.make @@ -5,7 +5,7 @@ OWNER(heretic) IF (USE_SYSTEM_JSTYLE_LIB) MESSAGE(WARNING System java codestyle library $USE_SYSTEM_JSTYLE_LIB will be used) ELSE() - DECLARE_EXTERNAL_RESOURCE(JSTYLE_LIB sbr:5310288728) + DECLARE_EXTERNAL_RESOURCE(JSTYLE_LIB sbr:5620327787) ENDIF() END() diff --git a/build/ya.conf.json b/build/ya.conf.json index 38ec090d58..d0be1fd1dd 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -15,6 +15,49 @@ } } }, + "black": { + "executable": { + "black": [ + "black" + ] + }, + "formula": { + "by_platform": { + "darwin-arm64": { + "uri": "sbr:5599877541" + }, + "darwin-x86_64": { + "uri": "sbr:5599878022" + }, + "linux-aarch64": { + "uri": "sbr:5599877008" + }, + "linux-x86_64": { + "uri": "sbr:5599878769" + }, + "win32-x86_64": { + "uri": "sbr:5599878473" + } + } + } + }, + "clang-format": { + "executable": { + "clang-format": [ + "clang-format" + ] + }, + "formula": { + "by_platform": { + "darwin-x86_64": { + "uri": "sbr:4111727026" + }, + "linux-x86_64": { + "uri": "sbr:4111727778" + } + } + } + }, "clang16": { "executable": { "c++": [ @@ -184,6 +227,92 @@ } } }, + "black": { + "platforms": [ + { + "default": true, + "host": { + "arch": "x86_64", + "os": "LINUX" + } + }, + { + "default": true, + "host": { + "arch": "aarch64", + "os": "LINUX" + } + }, + { + "default": true, + "host": { + "os": "WIN" + } + }, + { + "default": true, + "host": { + "os": "DARWIN" + } + }, + { + "default": true, + "host": { + "arch": "arm64", + "os": "DARWIN" + } + } + ], + "tools": { + "black": { + "bottle": "black", + "executable": "black" + } + } + }, + "clang-format": { + "platforms": [ + { + "default": true, + "host": { + "arch": "x86_64", + "os": "LINUX" + } + }, + { + "default": true, + "host": { + "arch": "aarch64", + "os": "LINUX" + } + }, + { + "default": true, + "host": { + "os": "WIN" + } + }, + { + "default": true, + "host": { + "os": "DARWIN" + } + }, + { + "default": true, + "host": { + "arch": "arm64", + "os": "DARWIN" + } + } + ], + "tools": { + "clang-format": { + "bottle": "clang-format", + "executable": "clang-format" + } + } + }, "clang16": { "env": { "CPATH": [ @@ -1186,6 +1315,9 @@ "atop": { "description": "Advanced System & Process Monitor" }, + "black": { + "description": "Python styler, Python 3 only" + }, "c++": { "description": "Run C++ compiler" }, @@ -1195,6 +1327,9 @@ "cc": { "description": "Run C compiler" }, + "clang-format": { + "description": "Run Clang-Format source code formatter" + }, "clang-rename": { "description": "Run Clang-Rename refactoring tool" }, |