mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
try windows release using cl.exe
This commit is contained in:
parent
e164172179
commit
66dbec78eb
1 changed files with 1 additions and 19 deletions
20
.github/workflows/release.yaml
vendored
20
.github/workflows/release.yaml
vendored
|
|
@ -37,21 +37,6 @@ jobs:
|
||||||
path: dist/*
|
path: dist/*
|
||||||
build-windows-x86_64-extension:
|
build-windows-x86_64-extension:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- run: ./scripts/vendor.sh
|
|
||||||
shell: bash
|
|
||||||
- run: make loadable static
|
|
||||||
env:
|
|
||||||
## TODO temporary, should be unset (ie cl.exe)
|
|
||||||
CC: gcc
|
|
||||||
- uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: sqlite-vec-windows-x86_64-extension
|
|
||||||
path: dist/*
|
|
||||||
build-windows-x86_64-extension-msvc:
|
|
||||||
if: false
|
|
||||||
runs-on: windows-latest
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -68,11 +53,8 @@ jobs:
|
||||||
- run: pip install pytest numpy; make test-loadable
|
- run: pip install pytest numpy; make test-loadable
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sqlite-vec-windows-x86_64-msvc-extension
|
name: sqlite-vec-windows-x86_64-extension
|
||||||
path: dist/*
|
path: dist/*
|
||||||
- run: gh release upload ${{ github.ref_name }} dist/vec0.dll
|
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ github.token }}
|
|
||||||
build-cosmopolitan:
|
build-cosmopolitan:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue