You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address PR review comments and fix remaining CI failures
- Fix build_cross.yml: conan export path was wrong (src/conan/ → conan/)
- Fix unit-tests-mac: add tools.apple:sdk_path to conan profile so
CMakeToolchain uses the full SDK path instead of bare 'macosx',
resolving 'initializer_list' not found compile error
- Add missing conan export step to build-win64, build-app-image-x64 jobs
- Fix entrypoint.sh: copy conan/ directory and run conan export before
cmake, fixing Docker-based arm64/debug builds
- Expand all conan cache keys to include conan/corrade/** so changes
to conandata.yml or cmake helpers invalidate cache correctly
- Set required_conan_version = ">=2.0" in local Conan recipe (recipe
uses Conan 2 imports; >=1.52.0 would silently accept Conan 1)
- Fix find_program in conan-corrade-vars.cmake: PATHS ENV PATH syntax
(was split across lines causing ambiguity) and add NOTFOUND guard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments