gha: sysroot

This commit is contained in:
Alex Garcia 2024-08-26 23:23:46 -07:00
parent 293e9280f4
commit 4208fd3988

View file

@ -81,8 +81,12 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- run: ./scripts/vendor.sh
- run: make CFLAGS="-target x86_64-apple-ios" loadable static
- run: make CFLAGS="-target x86_64-apple-ios -isysroot $(xcrun -sdk iphoneos --show-sdk-path)" loadable static
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-ios-testing-extension