diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-14 19:07:00 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-14 19:35:10 +0300 |
commit | 54bc2b38a79b25c85f28a8ef84f3fd297de2aa04 (patch) | |
tree | c82688d607c47de396f29a8e21d075e4fd9cba0b | |
parent | 0d6a906960cc807e1a0ba6a5d51d49e15c2abe90 (diff) | |
download | ydb-54bc2b38a79b25c85f28a8ef84f3fd297de2aa04.tar.gz |
Intermediate changes
-rw-r--r-- | build/mapping.conf.json | 2 | ||||
-rw-r--r-- | build/ya.conf.json | 34 |
2 files changed, 36 insertions, 0 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 087d81f422..fbbc38a1b0 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -85,6 +85,7 @@ "4307901240": "https://devtools-registry.s3.yandex.net/4307901240", "5517239368": "https://devtools-registry.s3.yandex.net/5517239368", "3833498694": "https://devtools-registry.s3.yandex.net/3833498694", + "1277521710": "https://devtools-registry.s3.yandex.net/1277521710", "3167009386": "https://devtools-registry.s3.yandex.net/3167009386", "3050798466": "https://devtools-registry.s3.yandex.net/3050798466", "3064614561": "https://devtools-registry.s3.yandex.net/3064614561", @@ -199,6 +200,7 @@ "4307901240": "flake8_linter for linux-aarch64", "5517239368": "flake8_linter for linux-aarch64", "3833498694": "gdb 11.2 for osx_10.15_catalina", + "1277521710": "infra/kernel/tools/atop/build/atop-static.tar.gz", "3167009386": "openjdk 11.0.15 vanilla for darwin", "3050798466": "openjdk 11.0.15 vanilla for darwin-arm64", "3064614561": "openjdk 11.0.15 vanilla for linux", diff --git a/build/ya.conf.json b/build/ya.conf.json index 8de0d5f208..aa6173b973 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -1,5 +1,20 @@ { "bottles": { + "atop": { + "executable": { + "atop": [ + "atop", + "atop" + ] + }, + "formula": { + "by_platform": { + "linux-x86_64": { + "uri": "sbr:1277521710" + } + } + } + }, "clang16": { "executable": { "c++": [ @@ -133,6 +148,22 @@ } }, "toolchain": { + "atop": { + "platforms": [ + { + "default": true, + "host": { + "os": "LINUX" + } + } + ], + "tools": { + "atop": { + "bottle": "atop", + "executable": "atop" + } + } + }, "clang16": { "env": { "CPATH": [ @@ -1098,6 +1129,9 @@ "msvc-win-x86_64": "msvc2019-win-x86_64" }, "tools": { + "atop": { + "description": "Advanced System & Process Monitor" + }, "gdb": { "description": "Run gdb" }, |