From afa131f6d3da30e22adac6158e7454986c06da04 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 11 Mar 2026 15:07:02 -0600 Subject: [PATCH] =?UTF-8?q?docs:=20update=20ANSWERS.md=20=E2=80=94=20go=20?= =?UTF-8?q?arm=20fix=20already=20applied,=20universal2=20reverted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ANSWERS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ANSWERS.md b/ANSWERS.md index 7fec005..934c2b3 100644 --- a/ANSWERS.md +++ b/ANSWERS.md @@ -31,6 +31,18 @@ All 7 issues investigated and fixed in commit `aec6869`. Cache regenerated. Summ The 3 known production bugs (iterm2 channel, postgres ext, terraform alpha) are unchanged. +## Update 2 (2026-03-11 — universal2 revert + fresh cache copy) + +**Issue 1 (go armv6l → armv6, 1,936 warnings)**: You were testing a transitional +cache. Our current go.json has `arch: "arm"` (741 entries) with 0 `armv6` — the +`go` legacyFieldBackport (armv6→arm) was already applied. No fix needed. + +**Issue 2 (universal2 expansion causing mismatches)**: Reverted the expansion +(commit 8debd4e). `universal2` is kept as-is in the cache. You handle it in the +Node WATERFALL. cmake.json now has 812 `universal2` entries, hugo.json 166. + +Cache regenerated and copied to your worktree. Please re-test. + ## Update (2026-03-11 — cache copy) The cache was regenerated and now has 0 `solaris`, `illumos`, or `universal2` entries.