mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
{
|
|
"build_config": [
|
|
{
|
|
"compiler": "clang-13",
|
|
"build-type": "",
|
|
"sanitizer": "",
|
|
"package-type": "deb",
|
|
"bundled": "bundled",
|
|
"splitted": "unsplitted",
|
|
"alien_pkgs": true,
|
|
"tidy": "disable",
|
|
"with_coverage": false
|
|
},
|
|
{
|
|
"compiler": "clang-13",
|
|
"build-type": "",
|
|
"sanitizer": "",
|
|
"package-type": "performance",
|
|
"bundled": "bundled",
|
|
"splitted": "unsplitted",
|
|
"tidy": "disable",
|
|
"with_coverage": false
|
|
},
|
|
{
|
|
"compiler": "gcc-11",
|
|
"build-type": "",
|
|
"sanitizer": "",
|
|
"package-type": "binary",
|
|
"bundled": "bundled",
|
|
"splitted": "unsplitted",
|
|
"tidy": "disable",
|
|
"with_coverage": false
|
|
},
|
|
{
|
|
"compiler": "clang-13",
|
|
"build-type": "",
|
|
"sanitizer": "",
|
|
"package-type": "binary",
|
|
"bundled": "bundled",
|
|
"splitted": "unsplitted",
|
|
"tidy": "disable",
|
|
"with_coverage": false
|
|
}
|
|
],
|
|
"tests_config": {
|
|
"Testflows check": {
|
|
"required_build_properties": {
|
|
"compiler": "clang-13",
|
|
"package_type": "deb",
|
|
"build_type": "relwithdebuginfo",
|
|
"sanitizer": "none",
|
|
"bundled": "bundled",
|
|
"splitted": "unsplitted",
|
|
"clang-tidy": "disable",
|
|
"with_coverage": false
|
|
}
|
|
},
|
|
"Release": {
|
|
"required_build_properties": {
|
|
"compiler": "clang-13",
|
|
"package_type": "deb",
|
|
"build_type": "relwithdebuginfo",
|
|
"sanitizer": "none",
|
|
"bundled": "bundled",
|
|
"splitted": "unsplitted",
|
|
"clang-tidy": "disable",
|
|
"with_coverage": false
|
|
}
|
|
},
|
|
"ClickHouse Keeper Jepsen": {
|
|
"required_build_properties": {
|
|
"compiler": "clang-13",
|
|
"package_type": "binary",
|
|
"build_type": "relwithdebuginfo",
|
|
"sanitizer": "none",
|
|
"bundled": "bundled",
|
|
"splitted": "unsplitted",
|
|
"clang-tidy": "disable",
|
|
"with_coverage": false
|
|
}
|
|
}
|
|
}
|
|
}
|