try windows release using cl.exe

This commit is contained in:
Alex Garcia 2024-09-07 09:49:12 -07:00
parent e164172179
commit 66dbec78eb

View file

@ -37,21 +37,6 @@ jobs:
path: dist/*
build-windows-x86_64-extension:
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:
contents: write
steps:
@ -68,11 +53,8 @@ jobs:
- run: pip install pytest numpy; make test-loadable
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-windows-x86_64-msvc-extension
name: sqlite-vec-windows-x86_64-extension
path: dist/*
- run: gh release upload ${{ github.ref_name }} dist/vec0.dll
env:
GH_TOKEN: ${{ github.token }}
build-cosmopolitan:
runs-on: macos-latest
permissions: