mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-27 09:46:27 +02:00
gha: cosmo and windows fixes pls
This commit is contained in:
parent
ddb838d32f
commit
9e9c9eda02
1 changed files with 2 additions and 3 deletions
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
python-version: "3.12"
|
python-version: "3.12"
|
||||||
- run: ./scripts/vendor.sh
|
- run: ./scripts/vendor.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: make loadable
|
- run: make loadable CC=gcc
|
||||||
- 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:
|
||||||
|
|
@ -79,9 +79,8 @@ jobs:
|
||||||
mkdir $HOME/cosmo
|
mkdir $HOME/cosmo
|
||||||
curl -L -o cosmocc-3.3.6.zip https://github.com/jart/cosmopolitan/releases/download/3.3.6/cosmocc-3.3.6.zip
|
curl -L -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
|
unzip cosmocc-3.3.6.zip -d $HOME/cosmo
|
||||||
echo "$HOME/cosmo/bin" >> $GITHUB_PATH
|
|
||||||
- run: ./scripts/vendor.sh
|
- run: ./scripts/vendor.sh
|
||||||
- run: make cli CC=cosmocc AR=cosmoar OMIT_SIMD=1
|
- run: make cli CC=$HOME/cosmo/bin/cosmocc AR=$HOME/cosmo/bin/cosmoar OMIT_SIMD=1
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sqlite-vec-cosmopolitan
|
name: sqlite-vec-cosmopolitan
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue