aurupdater

cmake2

Build times (auto-updated)


2026-09-10: asked to update for “all archs” – stayed x86_64-only

arch=('i686' 'x86_64') was the original declared set, but i686 was never buildable (needs gcc10 for i686, which doesn’t exist – gcc10’s own PKGBUILD is arch=('x86_64') only, no i686 support at all). User agreed to skip i686 and try x86_64+aarch64 instead (64-bit only) – see [[gcc10]]’s own 2026-09-10 entry for the aarch64 attempt, which got gcc10 itself most of the way there (PGP key gap fixed, build reached deep into stage1 bootstrap) before hitting a hard OOM kill on eurobuild14 (1.8GB RAM, no swap). User’s call: not worth chasing further, gcc10 reverted to x86_64-only.

Result: arch=() trimmed to ('x86_64') alone (dropping the stale/unbuildable i686 entry entirely, not just leaving it unbuilt), pkgrel 1 -> 1.1 (real content change, private/ X.Y scheme — this package carries real local build fixes on top of an ancient pinned upstream release, same shape as adapted/). Rebuilt and republished x86_64 under the new pkgrel to keep the tracked PKGBUILD and the published repo in sync (no build-content change itself, purely the arch=()/pkgrel edit).