]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Fix visionOS build and add CI (#12415)
authorGuus Waals <redacted>
Wed, 19 Mar 2025 10:15:23 +0000 (10:15 +0000)
committerGitHub <redacted>
Wed, 19 Mar 2025 10:15:23 +0000 (11:15 +0100)
commit0fd8487b142b2b92565bc95b39ddc440955a237c
tree23b361112f4c98b760cad5d0572cec751292289b
parent108e53c2f1b57b79c8bcf9773fba5a82e2f1eeb5
Fix visionOS build and add CI (#12415)

* ci: add visionOS build workflow

Add a new GitHub Actions workflow for building on visionOS with CMake and Xcode.

* ggml: Define _DARWIN_C_SOURCE for visionOS to fix missing u_xxx typedefs

* ci: remove define hacks for u_xxx system types

---------

Co-authored-by: Giovanni Petrantoni <redacted>
.github/workflows/build.yml
build-xcframework.sh
ggml/src/CMakeLists.txt