aboutsummaryrefslogtreecommitdiffstats
path: root/build/ya.conf.json
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2023-12-22 17:10:22 +0100
committerGitHub <noreply@github.com>2023-12-22 17:10:22 +0100
commit148f920350c60c0ca2d89b637a5aea9093eee450 (patch)
tree6314b1433dac833398c333731e83f0ad77e81a0b /build/ya.conf.json
parent7116d46ae7c0259b5f9d489de263f8701e432b1c (diff)
downloadydb-148f920350c60c0ca2d89b637a5aea9093eee450.tar.gz
Library import 2 (#639)
Diffstat (limited to 'build/ya.conf.json')
-rw-r--r--build/ya.conf.json104
1 files changed, 100 insertions, 4 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index aa6173b973..bfcc4b1c9e 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -84,6 +84,26 @@
},
"formula": "build/external_resources/gdb/resources.json"
},
+ "gdbnew": {
+ "executable": {
+ "gcore": [
+ "gdb",
+ "bin",
+ "gcore"
+ ],
+ "gdb": [
+ "gdb",
+ "bin",
+ "gdb"
+ ],
+ "gdbserver": [
+ "gdb",
+ "bin",
+ "gdbserver"
+ ]
+ },
+ "formula": "build/external_resources/gdb/resources.json"
+ },
"golang": {
"executable": {
"go": [
@@ -740,7 +760,7 @@
},
"platforms": [
{
- "default": false,
+ "default": true,
"host": {
"os": "LINUX"
},
@@ -750,7 +770,7 @@
}
},
{
- "default": false,
+ "default": true,
"host": {
"os": "LINUX"
},
@@ -760,7 +780,7 @@
}
},
{
- "default": false,
+ "default": true,
"host": {
"os": "WIN"
},
@@ -770,7 +790,7 @@
}
},
{
- "default": false,
+ "default": true,
"host": {
"os": "WIN"
},
@@ -877,6 +897,40 @@
}
}
},
+ "gdbnew": {
+ "env": {
+ "TERMINFO": [
+ "$(ROOT)/gdb/lib/terminfo"
+ ]
+ },
+ "platforms": [
+ {
+ "default": true,
+ "host": {
+ "os": "LINUX"
+ }
+ },
+ {
+ "default": true,
+ "host": {
+ "os": "DARWIN"
+ }
+ },
+ {
+ "default": true,
+ "host": {
+ "arch": "aarch64",
+ "os": "LINUX"
+ }
+ }
+ ],
+ "tools": {
+ "gdbnew": {
+ "bottle": "gdbnew",
+ "executable": "gdb"
+ }
+ }
+ },
"golang": {
"params": {
"type": "golang",
@@ -1132,13 +1186,55 @@
"atop": {
"description": "Advanced System & Process Monitor"
},
+ "c++": {
+ "description": "Run C++ compiler"
+ },
+ "c++filt": {
+ "description": "Run c++filt"
+ },
+ "cc": {
+ "description": "Run C compiler"
+ },
+ "clang-rename": {
+ "description": "Run Clang-Rename refactoring tool"
+ },
+ "gcov": {
+ "description": "Run gcov"
+ },
"gdb": {
"description": "Run gdb"
},
+ "gdbnew": {
+ "description": "Run gdb for Ubuntu 16.04 or later"
+ },
+ "go": {
+ "description": "Run go tool"
+ },
+ "gofmt": {
+ "description": "Run gofmt tool"
+ },
+ "llvm-cov": {
+ "description": "Run llvm-cov Clang utility"
+ },
+ "llvm-profdata": {
+ "description": "Run llvm-profdata Clang utility"
+ },
+ "llvm-symbolizer": {
+ "description": "Run llvm-symbolizer Clang utility"
+ },
+ "nm": {
+ "description": "Run nm"
+ },
+ "objcopy": {
+ "description": "Run objcopy"
+ },
"python": {
"description": "Run pseudo-python",
"visible": false
},
+ "strip": {
+ "description": "Run strip utility"
+ },
"ya-tc": {
"description": "Run ya-tc tool",
"visible": false