CI #2

Merged
rboullard merged 47 commits from Development into main 2026-01-27 11:17:33 +00:00
Showing only changes of commit 3e46076927 - Show all commits

View File

@@ -4,13 +4,16 @@ class RequirementsConan(ConanFile):
name = "Requirements"
options = {
"packages_channel"
"packages_channel": [str]
}
default_options = {
"packages_channel": "main"
}
def configure(self):
self.options['mimalloc'].override = True
self.options['mimalloc'].shared = True
self.options['stduuid'].with_cxx20_span = True
self.options['flatbuffers'].header_only = True