mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-06-08 15:05:18 +02:00
try arm build, measure energy
This commit is contained in:
parent
9cc0deae34
commit
beba23f17d
1 changed files with 20 additions and 0 deletions
20
.github/workflows/test.yaml
vendored
20
.github/workflows/test.yaml
vendored
|
|
@ -138,6 +138,26 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: sqlite-vec-windows-x86_64-extension
|
name: sqlite-vec-windows-x86_64-extension
|
||||||
path: dist/*
|
path: dist/*
|
||||||
|
build-linux-aarch64-extension:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
|
||||||
|
with:
|
||||||
|
task: start-measurement
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
version: "latest"
|
||||||
|
- run: sudo apt-get install gcc-arm-linux-gnueabihf
|
||||||
|
- run: ./scripts/vendor.sh
|
||||||
|
- run: make sqlite-vec.h
|
||||||
|
- run: make CC=arm-linux-gnueabihf-gcc loadable static
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: sqlite-vec-linux-aarch64-extension
|
||||||
|
path: dist/*
|
||||||
|
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
|
||||||
|
with:
|
||||||
|
task: display-results
|
||||||
build-wasm32-emscripten:
|
build-wasm32-emscripten:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue