]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ci : upload xcframework artifact from ios-xcode-build job (#16010)
authorDaniel Bevenius <redacted>
Tue, 16 Sep 2025 11:41:38 +0000 (13:41 +0200)
committerGitHub <redacted>
Tue, 16 Sep 2025 11:41:38 +0000 (13:41 +0200)
commit76888d202ed2b835ae19ea9f9db6baf39e419297
treec40abdc2e109a85ca0548d39c44cc078083bb87c
parentf1fbffb5c0b34b2a68febb7da3fd0f8333f1ed4c
ci : upload xcframework artifact from ios-xcode-build job (#16010)

This commit updates the github workflows build.yml file to include steps
for uploading and downloading the xcframework artifact. The
macos-latest-swift job now depends on the ios-xcode-build job and
downloads the xcframework artifact produced by it.

The motivation for this changes is that it takes a long time to build
the xcframework and we are currently doing this twice in the workflow.
With this change, we only build it once and reuse the artifact.
.github/workflows/build.yml