mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
update linux arm builds
This commit is contained in:
parent
f7730ac12e
commit
04c6da4c62
2 changed files with 16 additions and 12 deletions
16
.github/workflows/release.yaml
vendored
16
.github/workflows/release.yaml
vendored
|
|
@ -55,6 +55,18 @@ jobs:
|
|||
with:
|
||||
name: sqlite-vec-windows-x86_64-extension
|
||||
path: dist/*
|
||||
build-linux-aarch64-extension:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- 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/*
|
||||
build-cosmopolitan:
|
||||
runs-on: macos-latest
|
||||
permissions:
|
||||
|
|
@ -190,6 +202,10 @@ jobs:
|
|||
with:
|
||||
name: sqlite-vec-linux-x86_64-extension
|
||||
path: dist/linux-x86_64
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-linux-aarch64-extension
|
||||
path: dist/linux-aarch64
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-macos-x86_64-extension
|
||||
|
|
|
|||
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
|
|
@ -141,12 +141,7 @@ jobs:
|
|||
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
|
||||
|
|
@ -155,13 +150,6 @@ jobs:
|
|||
with:
|
||||
name: sqlite-vec-linux-aarch64-extension
|
||||
path: dist/*
|
||||
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
|
||||
with:
|
||||
task: get-measurement
|
||||
label: "all"
|
||||
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
|
||||
with:
|
||||
task: display-results
|
||||
build-wasm32-emscripten:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue