Bump odrcore to 5.7.0 and drop the cli tools - #126
Merged
Conversation
conan-odr-index moves from "bump odrcore 5.5.0" to "odrcore/5: expose ODR_CLI as `with_cli`", which brings the 5.6.0 and 5.7.0 recipes along with two recipe changes: options are now version-gated so setting one an older core does not know about fails instead of silently doing nothing, and ODR_CLI is exposed as `with_cli`. We only link the library, so turn the cli tools off. They were built and installed with every package before, for nothing. 5.7.0 is the first core whose install step skips the cli targets it did not build, so this option only became usable with this bump. Ran conan/setup-all.sh for all four configurations on device and both simulator architectures, built the ODR Full and ODR Lite device slices, and ran the test suite.
andiwand
force-pushed
the
update-odrcore-5.7.0
branch
from
July 26, 2026 11:02
4443593 to
1388af3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the
conan-odr-indexsubmodule frombump odrcore 5.5.0(49780d8) toodrcore/5: expose ODR_CLI as \with_cli`` (010a878) and moves the app to the newest core the index offers.Index commits picked up:
2deccadbump odrcore 5.6.09a4a8d0bump odrcore 5.7.036f5dc9odrcore/5: version-gate options that older cores lack010a878odrcore/5: expose ODR_CLI aswith_cliWith the options now version-gated, setting one the requested core does not know about is an error rather than a silent no-op, so the option list here is checked against 5.7.0.
with_cli=Falseis new. We only link the library, but the cli tools were built and installed with every package anyway. 5.7.0 is the first core whose install step skips the cli targets it did not build, so turning it off was not possible before this bump.Testing
conan/setup-all.sh— all four configurations on device and both simulator architectures, 13/13 installs, odrcore built from sourcexcodebuildODR Full/ReleaseandODR Lite/Release Liteforiphoneos— both succeedbundle exec fastlane tests— 20 tests, 0 failures🤖 Generated with Claude Code