ci: drop pnpm store cache to work around QNAP runner tar failures
CI / Architecture Guardrails (push) Successful in 3m35s
CI / Assistant Split Regression (push) Successful in 4m38s
CI / Lint (push) Successful in 4m57s
CI / Typecheck (push) Successful in 5m3s
CI / Unit Tests (push) Failing after 6m3s
CI / Build (push) Failing after 4m42s
CI / E2E Tests (push) Has been skipped
CI / Fresh-Linux Docker Deploy (push) Has been skipped
CI / Release Images (push) Has been skipped

On the self-hosted QNAP runner, restoring the pnpm store from actions/cache
produces ~260 "Cannot change mode to rwxr-xr-x: Bad address" tar errors,
leaving the store partially extracted. pnpm install still reports success but
produces broken symlinks (e.g. @vitest/coverage-v8 missing at runtime), which
crashes the engine test suite with ERR_LOAD_URL.

QNAP runner disk persists across runs anyway; the cache layer only adds risk.
This commit is contained in:
2026-04-12 19:01:12 +02:00
parent dfd4a6c2fb
commit 7da89541b1
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -39,7 +39,6 @@ jobs:
- uses: actions/setup-node@v4.0.4
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -74,7 +73,6 @@ jobs:
- uses: actions/setup-node@v4.0.4
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -104,7 +102,6 @@ jobs:
- uses: actions/setup-node@v4.0.4
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -130,7 +127,6 @@ jobs:
- uses: actions/setup-node@v4.0.4
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -189,7 +185,6 @@ jobs:
- uses: actions/setup-node@v4.0.4
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -244,7 +239,6 @@ jobs:
- uses: actions/setup-node@v4.0.4
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -314,7 +308,6 @@ jobs:
- uses: actions/setup-node@v4.0.4
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
-1
View File
@@ -25,7 +25,6 @@ jobs:
- uses: actions/setup-node@v4.0.4
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile