feat(native): add prebuilt Node-API flock support

This commit is contained in:
imccyu
2026-09-08 20:49:10 +08:00
parent 7264906f99
commit d927cbff99
93 changed files with 1904 additions and 551 deletions
@@ -61,6 +61,7 @@ jobs:
run: pnpm install --filter @deepseek-ai/node-addon-system-workspace... --frozen-lockfile
- name: Install musl toolchain
if: runner.os == 'Linux'
run: |
sudo apt-get update -q
sudo apt-get install -yq musl-tools
@@ -71,11 +72,18 @@ jobs:
- name: Verify binary metadata
run: node ./scripts/verify-launcher-binary.mjs ${{ matrix.dir }}
- name: Verify the built entry and flock
run: |
pnpm build:ts
pnpm build:test-oracle
pnpm test:flock
pnpm test:packaging
- name: Upload prebuild artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact }}
path: native/system/${{ matrix.dir }}/bin/*
path: native/system/${{ matrix.dir }}/bin/**
if-no-files-found: error
retention-days: 7