Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[coreml-tools] Update to 7.2, fix linker errors for Foundation.framework #219

Merged
merged 3 commits into from
Jul 13, 2024

Conversation

luncliff
Copy link
Owner

Changes

Update the version and fix linker errors in Azure Pipelines

References

Triplet Support

  • x64-osx
  • arm64-osx
  • arm64-ios

Configuration

"vcpkg-configuration.json" changes for the release.

{
    "registries": [
        {
            "kind": "git",
            "repository": "https://github.com/luncliff/vcpkg-registry",
            "packages": [
                "coreml-tools"
            ],
            "baseline": "..."
        }
    ]
}

* link with Foundation.framework
* always use Foundation.framework
@luncliff luncliff added ci: Azure Pipelines Azure Pipelines (CI) configuration changes platform: apple Mac, iOS, Simulator labels Jul 13, 2024
@luncliff luncliff self-assigned this Jul 13, 2024
@luncliff luncliff merged commit bdac610 into main Jul 13, 2024
23 of 28 checks passed
@luncliff luncliff deleted the port/coreml-tools branch July 13, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: Azure Pipelines Azure Pipelines (CI) configuration changes platform: apple Mac, iOS, Simulator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant