Update package building scripts and images to use Conan (#4435)

* Set version to 1.10.0-rc3
* Test on Fedora 37
* Dependency builds are handled by Conan
This commit is contained in:
Michael Legleux
2023-02-28 14:17:07 -08:00
committed by GitHub
parent 74594d5348
commit e13676f709
20 changed files with 216 additions and 698 deletions

View File

@@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "1.10.0-rc1"
char const* const versionString = "1.10.0-rc3"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)