,有报错Unsupported platform)
报错Unsupported platform有提示:ℹ [deepseek-ai/dsh-client-ui-renderer/client] [CJS] 2 files, total: 162.56 kB[PLUGIN_TIMINGS] Your build spent significant time in plugins. Here is a breakdown:- dsh-css-global-inline (38%)- dsh-tsc-sourcemap (31%)See https://rolldown.rs/options/checks#plugintimings for more details.✔ [deepseek-ai/dsh-client-ui-renderer/client] Build complete in 5581ms$ pnpm --filter deepseek-ai/dsh-web-frontend run buildnative/landlock-run/packages/linux-arm64 | [WARN] Unsupported platform: wanted: {cpu:[arm64],os:[linux],libc:[any]} (current: {os:freebsd,cpu:x64,libc:unknown})native/landlock-run/packages/linux-x64 | [WARN] Unsupported platform: wanted: {cpu:[x64],os:[linux],libc:[any]} (current: {os:freebsd,cpu:x64,libc:unknown})$ vite buildvite v6.4.3 building for production...✓ 346 modules transformed.使用workbuddy修复,搞定github CI卡住了serial / linux (self-hosted standby)Started 14m 55s agoEvaluating serial-linux-selfhosted.ifEvaluating: (success() (((github.event_name push) (github.ref refs/heads/master))))Expanded: (true ((push push) (refs/heads/master refs/heads/master)))Result: trueRequested labels: self-hosted, linux, x64, vm-backupJob defined at: skywalk163/deepseek-harness/.github/workflows/ci-master.ymlrefs/heads/masterWaiting for a runner to pick up this job...继续让Workbuddy搞定.最终FreeBSD版的Deepseek-harness也升级到官方的 dsh-v0.1.2-alpha.1repo源代码:https://github.com/skywalk163/deepseek-harness安装使用FreeBSD 上从源码运行完整分步安装手册参见 FREEBSD.md前置依赖、pnpm/exe.freebsd-x64坑、gmake shim、bash 硬依赖、环回围栏、服务/rc.d、git 远端、排错表。git clone https://gitcode.com/skywalk163/deepseek-harness.git cd deepseek-harness pnpm install pnpm run build pnpm dsh:freebsd web前置依赖pkg install node24 npm-node24 gmake python3 pkgconf bashnpm install -g pnpm11.7.0 # or, without root: npm install pnpm11.7.0 --prefix $HOME/.pnpm-home export PATH$HOME/.pnpm-home/node_modules/.bin:$PATHmkdir -p $HOME/bin ln -sf /usr/local/bin/gmake $HOME/bin/make export PATH$HOME/bin:$PATH为什么 FreeBSD 要用pnpm dsh:freebsdDSH_PERMISSION_MODEdanger-full-access pnpm dsh:freebsd web这会以无约束方式运行 agent。只在你愿意让 agent 修改该机器时才这样做。