mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Try use clang-10 for tsan.
This commit is contained in:
parent
f57b7bc249
commit
c63c7137ab
@ -52,7 +52,7 @@
|
|||||||
"with_coverage": false
|
"with_coverage": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"compiler": "clang-11",
|
"compiler": "clang-10",
|
||||||
"build-type": "",
|
"build-type": "",
|
||||||
"sanitizer": "thread",
|
"sanitizer": "thread",
|
||||||
"package-type": "deb",
|
"package-type": "deb",
|
||||||
@ -179,7 +179,7 @@
|
|||||||
},
|
},
|
||||||
"Functional stateful tests (thread)": {
|
"Functional stateful tests (thread)": {
|
||||||
"required_build_properties": {
|
"required_build_properties": {
|
||||||
"compiler": "clang-11",
|
"compiler": "clang-10",
|
||||||
"package_type": "deb",
|
"package_type": "deb",
|
||||||
"build_type": "relwithdebuginfo",
|
"build_type": "relwithdebuginfo",
|
||||||
"sanitizer": "thread",
|
"sanitizer": "thread",
|
||||||
@ -263,7 +263,7 @@
|
|||||||
},
|
},
|
||||||
"Functional stateless tests (thread)": {
|
"Functional stateless tests (thread)": {
|
||||||
"required_build_properties": {
|
"required_build_properties": {
|
||||||
"compiler": "clang-11",
|
"compiler": "clang-10",
|
||||||
"package_type": "deb",
|
"package_type": "deb",
|
||||||
"build_type": "relwithdebuginfo",
|
"build_type": "relwithdebuginfo",
|
||||||
"sanitizer": "thread",
|
"sanitizer": "thread",
|
||||||
@ -371,7 +371,7 @@
|
|||||||
},
|
},
|
||||||
"Stress test (thread)": {
|
"Stress test (thread)": {
|
||||||
"required_build_properties": {
|
"required_build_properties": {
|
||||||
"compiler": "clang-11",
|
"compiler": "clang-10",
|
||||||
"package_type": "deb",
|
"package_type": "deb",
|
||||||
"build_type": "relwithdebuginfo",
|
"build_type": "relwithdebuginfo",
|
||||||
"sanitizer": "thread",
|
"sanitizer": "thread",
|
||||||
@ -419,7 +419,7 @@
|
|||||||
},
|
},
|
||||||
"Integration tests (thread)": {
|
"Integration tests (thread)": {
|
||||||
"required_build_properties": {
|
"required_build_properties": {
|
||||||
"compiler": "clang-11",
|
"compiler": "clang-10",
|
||||||
"package_type": "deb",
|
"package_type": "deb",
|
||||||
"build_type": "relwithdebuginfo",
|
"build_type": "relwithdebuginfo",
|
||||||
"sanitizer": "thread",
|
"sanitizer": "thread",
|
||||||
@ -539,7 +539,7 @@
|
|||||||
},
|
},
|
||||||
"Unit tests TSAN": {
|
"Unit tests TSAN": {
|
||||||
"required_build_properties": {
|
"required_build_properties": {
|
||||||
"compiler": "clang-11",
|
"compiler": "clang-10",
|
||||||
"package_type": "binary",
|
"package_type": "binary",
|
||||||
"build_type": "relwithdebuginfo",
|
"build_type": "relwithdebuginfo",
|
||||||
"sanitizer": "thread",
|
"sanitizer": "thread",
|
||||||
@ -551,7 +551,7 @@
|
|||||||
},
|
},
|
||||||
"Unit tests UBSAN": {
|
"Unit tests UBSAN": {
|
||||||
"required_build_properties": {
|
"required_build_properties": {
|
||||||
"compiler": "clang-11",
|
"compiler": "clang-10",
|
||||||
"package_type": "binary",
|
"package_type": "binary",
|
||||||
"build_type": "relwithdebuginfo",
|
"build_type": "relwithdebuginfo",
|
||||||
"sanitizer": "thread",
|
"sanitizer": "thread",
|
||||||
|
Loading…
Reference in New Issue
Block a user