Upload static binaries from deb builds with lto=thin

This commit is contained in:
Mikhail f. Shiryaev 2022-06-15 13:18:26 +02:00
parent 5d4e96cc30
commit fe2231dbdb
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -12,6 +12,7 @@ CI_CONFIG = {
"build_type": "",
"sanitizer": "",
"package_type": "deb",
"static_binary_name": "amd64",
"bundled": "bundled",
"splitted": "unsplitted",
"additional_pkgs": True,
@ -34,6 +35,7 @@ CI_CONFIG = {
"build_type": "",
"sanitizer": "",
"package_type": "deb",
"static_binary_name": "aarch64",
"bundled": "bundled",
"splitted": "unsplitted",
"additional_pkgs": True,
@ -95,7 +97,6 @@ CI_CONFIG = {
"build_type": "",
"sanitizer": "",
"package_type": "binary",
"static_binary_name": "amd64",
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
@ -138,7 +139,6 @@ CI_CONFIG = {
"build_type": "",
"sanitizer": "",
"package_type": "binary",
"static_binary_name": "aarch64",
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",