From 7633bec2b44197c4e0773d6f5c15e34bf9684b30 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Tue, 23 Jun 2026 23:15:33 -0500 Subject: [PATCH] ci: re-trigger pipeline (flaky pglite WASM OOM in packages/db, unrelated) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The push/ci run for the prior commit failed only in packages/db's src/migrate.test.ts with 'memory access out of bounds' inside the pglite WASM module — a known-flaky in-memory-Postgres crash under CI memory pressure. The pr/ci pipeline passed on the identical tree, and this PR changes only a bash launcher script (no TS / no db package), so the failure cannot originate here. Empty commit to re-run CI. Co-Authored-By: Claude Opus 4.8