Build packages with Ubuntu 18.04

Restores Ubuntu 18.04 packages
Update docker images to use Conan
This commit is contained in:
Michael Legleux
2023-03-21 02:18:01 -07:00
committed by Elliot Lee
parent f7b3ddd87b
commit da18c86cbf
8 changed files with 153 additions and 120 deletions

View File

@@ -124,7 +124,10 @@ else ()
# * static option set and
# * NOT APPLE (AppleClang does not support static libc/c++) and
# * NOT san (sanitizers typically don't work with static libc/c++)
$<$<AND:$<BOOL:${static}>,$<NOT:$<BOOL:${APPLE}>>,$<NOT:$<BOOL:${san}>>>:-static-libstdc++>)
$<$<AND:$<BOOL:${static}>,$<NOT:$<BOOL:${APPLE}>>,$<NOT:$<BOOL:${san}>>>:
-static-libstdc++
-static-libgcc
>)
endif ()
if (use_gold AND is_gcc)