FIX: QVAC (QuantumVerse Automatic Computer) Ignore Unsupported
CI / test (push) Successful in 2m31s
Release rolling / release (push) Successful in 14m8s

This commit is contained in:
Raven Scott
2026-07-30 14:31:36 -04:00
parent bce96d6550
commit 79250e1a55
6 changed files with 95 additions and 23 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ Env knobs:
| `PEARDATA_CLIENT_HOSTS` | all 64-bit | Client host list |
| `PEARDATA_SKIP_CLIENT=1` | off | Server-only release |
| `PEARDATA_SKIP_REBUILD=1` | on in CI | Skip `@electron/rebuild` |
| `PEARDATA_SKIP_QVAC=1` | off | Tools-only Electron client (no Bare LLM worker) |
| `PEARDATA_SKIP_QVAC=1` | off | Tools-only Electron client (no Bare LLM worker). Also auto-set for `win32-arm64` (no QVAC prebuild). |
| `PEARDATA_CLIENT_TIMEOUT_MS` | `1200000` with QVAC / `600000` without | Per-host client package timeout |
| `DRY_RUN=1` | off | Stage archives, skip upload |