From ac248887c2a8dadfcbce695c8d305404ec2b3e51 Mon Sep 17 00:00:00 2001 From: Neuron Date: Sun, 9 Aug 2026 14:45:39 -0500 Subject: [PATCH] =?UTF-8?q?test:=20empty=20commit=20=E2=80=94=20is=20dev?= =?UTF-8?q?=20CI=20red=20independent=20of=20any=20change=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Baseline probe. #89 shows red on dev CI and this Gitea instance does not serve Actions logs (404/500 on every route), so the only way to learn whether dev CI is broken on its own is to run it against dev with no change at all. Reproduced locally first: control (dev head) and treatment (dev + #89) produce BYTE-IDENTICAL test results — both build the self-hosted compiler and elb, both fail the same three timezone tests (earth-zone, dst-spring-forward, rhythm-grounding). That exonerates #89 locally. This probe asks the same question of the real runner. Close once it reports. Co-Authored-By: Claude Opus 5 (1M context)