mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
gha: sysroot
This commit is contained in:
parent
293e9280f4
commit
4208fd3988
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
|
@ -81,8 +81,12 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
with:
|
||||||
|
xcode-version: latest-stable
|
||||||
- run: ./scripts/vendor.sh
|
- 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
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sqlite-vec-ios-testing-extension
|
name: sqlite-vec-ios-testing-extension
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue