mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
gha: update linux arm runner
This commit is contained in:
parent
fef78ccb69
commit
5674c14b0a
2 changed files with 7 additions and 18 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
|
@ -55,13 +55,11 @@ jobs:
|
|||
name: sqlite-vec-windows-x86_64-extension
|
||||
path: dist/*
|
||||
build-linux-aarch64-extension:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04-arm
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt-get install gcc-aarch64-linux-gnu
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make sqlite-vec.h
|
||||
- run: make CC=aarch64-linux-gnu-gcc loadable static
|
||||
- run: make loadable static
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-linux-aarch64-extension
|
||||
|
|
@ -186,6 +184,7 @@ jobs:
|
|||
needs:
|
||||
[
|
||||
build-linux-x86_64-extension,
|
||||
build-linux-aarch64-extension,
|
||||
build-macos-x86_64-extension,
|
||||
build-macos-aarch64-extension,
|
||||
build-windows-x86_64-extension,
|
||||
|
|
|
|||
18
.github/workflows/test.yaml
vendored
18
.github/workflows/test.yaml
vendored
|
|
@ -73,29 +73,19 @@ jobs:
|
|||
name: sqlite-vec-windows-x86_64-extension
|
||||
path: dist/*
|
||||
build-linux-aarch64-extension:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04-arm
|
||||
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
|
||||
- run: make loadable static
|
||||
- run: uv sync --directory tests
|
||||
- run: make test-loadable
|
||||
- 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: get-measurement
|
||||
label: "all"
|
||||
- uses: green-coding-solutions/eco-ci-energy-estimation@v4
|
||||
with:
|
||||
task: display-results
|
||||
build-android-extensions:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue