mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Better ci config
This commit is contained in:
parent
e77c11a2c9
commit
f9f8361114
@ -72,7 +72,7 @@
|
||||
"with_coverage": false
|
||||
},
|
||||
{
|
||||
"compiler": "clang-11",
|
||||
"compiler": "clang-10",
|
||||
"build-type": "",
|
||||
"sanitizer": "",
|
||||
"package-type": "deb",
|
||||
@ -102,7 +102,7 @@
|
||||
"with_coverage": false
|
||||
},
|
||||
{
|
||||
"compiler": "clang-11",
|
||||
"compiler": "clang-10",
|
||||
"build-type": "",
|
||||
"sanitizer": "",
|
||||
"package-type": "binary",
|
||||
@ -124,7 +124,7 @@
|
||||
"with_coverage": true
|
||||
},
|
||||
{
|
||||
"compiler": "clang-10",
|
||||
"compiler": "clang-11",
|
||||
"build-type": "",
|
||||
"sanitizer": "",
|
||||
"package-type": "binary",
|
||||
@ -467,7 +467,7 @@
|
||||
},
|
||||
"Split build smoke test": {
|
||||
"required_build_properties": {
|
||||
"compiler": "clang-10",
|
||||
"compiler": "clang-11",
|
||||
"package_type": "binary",
|
||||
"build_type": "relwithdebuginfo",
|
||||
"sanitizer": "none",
|
||||
|
Loading…
Reference in New Issue
Block a user