Remove clang-11 build for release

This commit is contained in:
alesapin 2020-09-16 14:27:29 +03:00
parent d144421214
commit a12521dd4d
2 changed files with 2 additions and 5 deletions

View File

@ -34,9 +34,6 @@ if (GLIBC_COMPATIBILITY)
if (COMPILER_CLANG)
target_compile_options(glibc-compatibility PRIVATE -Wno-unused-command-line-argument)
# disable lto for this library, because for some reason clang-11 fails
# to link llvm with it.
target_compile_options(glibc-compatibility PRIVATE -fno-lto)
elseif (COMPILER_GCC)
target_compile_options(glibc-compatibility PRIVATE -Wno-unused-but-set-variable)
endif ()

View File

@ -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",