Update ci_config and llvm

This commit is contained in:
alesapin 2020-09-09 10:08:38 +03:00
parent b030cb650d
commit c34eaf5de3
2 changed files with 14 additions and 14 deletions

2
contrib/llvm vendored

@ -1 +1 @@
Subproject commit 3d6c7e916760b395908f28a1c885c8334d4fa98b Subproject commit 8f24d507c1cfeec66d27f48fe74518fd278e2d25

View File

@ -1,7 +1,7 @@
{ {
"build_config": [ "build_config": [
{ {
"compiler": "gcc-9", "compiler": "gcc-10",
"build-type": "", "build-type": "",
"sanitizer": "", "sanitizer": "",
"package-type": "deb", "package-type": "deb",
@ -12,7 +12,7 @@
"with_coverage": false "with_coverage": false
}, },
{ {
"compiler": "gcc-9", "compiler": "gcc-10",
"build-type": "", "build-type": "",
"sanitizer": "", "sanitizer": "",
"package-type": "performance", "package-type": "performance",
@ -22,7 +22,7 @@
"with_coverage": false "with_coverage": false
}, },
{ {
"compiler": "gcc-9", "compiler": "gcc-10",
"build-type": "", "build-type": "",
"sanitizer": "", "sanitizer": "",
"package-type": "binary", "package-type": "binary",
@ -92,7 +92,7 @@
"with_coverage": false "with_coverage": false
}, },
{ {
"compiler": "gcc-9", "compiler": "gcc-10",
"build-type": "", "build-type": "",
"sanitizer": "", "sanitizer": "",
"package-type": "deb", "package-type": "deb",
@ -227,7 +227,7 @@
}, },
"Functional stateful tests (release)": { "Functional stateful tests (release)": {
"required_build_properties": { "required_build_properties": {
"compiler": "gcc-9", "compiler": "gcc-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "none", "sanitizer": "none",
@ -239,7 +239,7 @@
}, },
"Functional stateful tests (release, DatabaseAtomic)": { "Functional stateful tests (release, DatabaseAtomic)": {
"required_build_properties": { "required_build_properties": {
"compiler": "gcc-9", "compiler": "gcc-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "none", "sanitizer": "none",
@ -311,7 +311,7 @@
}, },
"Functional stateless tests (release)": { "Functional stateless tests (release)": {
"required_build_properties": { "required_build_properties": {
"compiler": "gcc-9", "compiler": "gcc-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "none", "sanitizer": "none",
@ -323,7 +323,7 @@
}, },
"Functional stateless tests (unbundled)": { "Functional stateless tests (unbundled)": {
"required_build_properties": { "required_build_properties": {
"compiler": "gcc-9", "compiler": "gcc-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "none", "sanitizer": "none",
@ -335,7 +335,7 @@
}, },
"Functional stateless tests (release, polymorphic parts enabled)": { "Functional stateless tests (release, polymorphic parts enabled)": {
"required_build_properties": { "required_build_properties": {
"compiler": "gcc-9", "compiler": "gcc-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "none", "sanitizer": "none",
@ -347,7 +347,7 @@
}, },
"Functional stateless tests (release, DatabaseAtomic)": { "Functional stateless tests (release, DatabaseAtomic)": {
"required_build_properties": { "required_build_properties": {
"compiler": "gcc-9", "compiler": "gcc-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "none", "sanitizer": "none",
@ -443,7 +443,7 @@
}, },
"Compatibility check": { "Compatibility check": {
"required_build_properties": { "required_build_properties": {
"compiler": "gcc-9", "compiler": "gcc-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "none", "sanitizer": "none",
@ -467,7 +467,7 @@
}, },
"Testflows check": { "Testflows check": {
"required_build_properties": { "required_build_properties": {
"compiler": "gcc-9", "compiler": "gcc-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "none", "sanitizer": "none",
@ -479,7 +479,7 @@
}, },
"Unit tests release gcc": { "Unit tests release gcc": {
"required_build_properties": { "required_build_properties": {
"compiler": "gcc-9", "compiler": "gcc-10",
"package_type": "binary", "package_type": "binary",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "none", "sanitizer": "none",