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 CI build problems: conan_version, expat, compiler
- Bump expat to 2.7.1 because old version doesn't build on MacOS anymore
- Bump conan version to 2.20.1 to support latest dependencies (e.g.
expat), except where it doesn't work, e.g. CentOS 7. This also fixes
the MacOS build which is now up to compiler version 17, and the old
conan would reject that.
- Add support for `uvx conan` for python uv users
Also note: I had to remove the very old `import` and `IMPORT` git tags recently
because they cause trouble with git on Windows (case-insensitive
filesystem I think). Not included in this commit, but needed to fix
the CI build.
Signed-off-by: Gary Oberbrunner <[email protected]>
0 commit comments