mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
cosmocc support
This commit is contained in:
parent
0a5dcae4c8
commit
0af4e1eaed
3 changed files with 35 additions and 16 deletions
15
.github/workflows/test.yaml
vendored
15
.github/workflows/test.yaml
vendored
|
|
@ -71,3 +71,18 @@ jobs:
|
|||
with:
|
||||
name: sqlite-vec-wasm32-emscripten
|
||||
path: dist/*
|
||||
build-cosmopolitan:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
mkdir $HOME/cosmo
|
||||
curl -o cosmocc-3.3.6.zip https://github.com/jart/cosmopolitan/releases/download/3.3.6/cosmocc-3.3.6.zip
|
||||
unzip cosmocc-3.3.6.zip -d $HOME/cosmo
|
||||
echo "$HOME/cosmo/bin" >> $GITHUB_PATH
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make cli CC=cosmocc AR=cosmoar OMIT_SIMD=1
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-cosmopolitan
|
||||
path: dist/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue