mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
feat(native): add prebuilt Node-API flock support
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user