Skip to content

Conversation

ykhrustalev
Copy link
Contributor

@ykhrustalev ykhrustalev commented Sep 9, 2025

Allow building more tools for iOS targets by omitting the install use in the tools. That happens when using LLAMA_BUILD_COMMON=ON and LLAMA_BUILD_TOOLS=ON, they are turned off for iOS build in the CI.

The root cause is the cmake config that misses the BUNDLE artifact kind in the install invocation, but on the other hand mtmd already places a guard on the whole install invocation.

The guard condition is set on the top-level by looking up for standalone configuration and iOS target.

Refs: #15579

@github-actions github-actions bot added build Compilation issues examples labels Sep 9, 2025
@ngxson ngxson merged commit 07808eb into ggml-org:master Sep 16, 2025
48 checks passed
@ykhrustalev ykhrustalev deleted the ykhrustalev/ios-build branch September 16, 2025 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Compilation issues examples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants