Updates
CI / test (push) Successful in 2m37s
Release rolling / release (push) Successful in 11m29s

This commit is contained in:
Raven Scott
2026-07-30 15:45:33 -04:00
parent 4b5b78892f
commit 726dbdfd56
10 changed files with 523 additions and 28 deletions
+7 -1
View File
@@ -95,6 +95,11 @@ jobs:
echo "==> esbuild binary"
node node_modules/esbuild/install.js
node -e "console.log('node', process.version); console.log('esbuild', require('esbuild').version)"
# QVAC: npm ci skips os/cpu-mismatched optional bare-runtime-* packages.
# Force-install every client host binary so Linux CI can package darwin/win32.
# https://github.com/tetherto/qvac/issues/1492
echo "==> ensure QVAC bare-runtime platform packages"
node scripts/ensure-qvac-bare-runtimes.cjs --all
- name: Unit tests
timeout-minutes: 10
@@ -141,7 +146,8 @@ jobs:
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
electron_config_cache: ${{ github.workspace }}/.cache/electron
PEARDATA_ELECTRON_DOWNLOAD_TIMEOUT_MS: '180000'
PEARDATA_CLIENT_TIMEOUT_MS: '480000'
# QVAC bundleSdk + forge package is heavy; 8m was tight for multi-host matrix
PEARDATA_CLIENT_TIMEOUT_MS: '1200000'
ELECTRON_GET_USE_PROXY: '0'
CI: 'true'
run: |