#I still think CI is broken for nix-

1 messages ยท Page 1 of 1 (latest)

sleek moth
#

I will paste an analysis (done by my OC) below.

#

nix-openclaw CI can't build any upstream commit since Feb 21
The "Yolo Update Pins" CI job is running on schedule but failing to produce new commits. Every upstream SHA it tries (tested 7 in the latest run) fails identically during the nix build:

[timing] build: canvas:a2ui:bundle...
openclaw@2026.2.23 canvas:a2ui:bundle /build/source
bash scripts/bundle-a2ui.sh

A2UI bundling failed. Re-run with: pnpm canvas:a2ui:bundle
If this persists, verify pnpm deps and try again.
ELIFECYCLE Command failed with exit code 1.
The pnpmDepsHash also changed upstream (CI detects the mismatch and corrects it), but the build still fails at the A2UI bundling step. Looks like scripts/bundle-a2ui.sh needs something that isn't available in the nix build sandbox.
Result: nix-openclaw is stuck at the Feb 21 commit (gateway v2026.2.20). All post-Feb-21 releases (v2026.2.21, v2026.2.22, v2026.2.23) are unbuildable.
CI run with full log: https://github.com/openclaw/nix-openclaw/actions/runs/22324496746/job/64591257187

sleek moth