mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 10:45:50 +00:00 
			
		
		
		
	Migrates the build system from Conan 1 to Conan 2: - Update all conan commands to v2 syntax (export, install, profile) - Convert profiles to Conan 2 INI format with [settings] and [conf] sections - Add tool_requires() for build tools (protobuf, grpc, b2) - Fix wasmedge/0.11.2 recipe for Conan 2 compatibility (package_id syntax) - Update CI workflows for all platforms (Linux, macOS, Docker/HBB) - Document dual Boost setup (manual for WasmEdge, Conan for app) - Force glibc-compatible builds via source compilation in HBB - Ensure dependency version consistency with override=True Maintains full backwards compatibility while preparing for Conan 1 EOL.