You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
idris2: idris2-src-latest.tgz is a 404 on v0.8.0 (no release assets).
Try apt install first (available in Ubuntu 24.04 universe). Fallback
uses GitHub archive API (always resolves for any tag), pins IDRIS2_VER,
adds libgmp-dev, --max-time 300 --retry 2 on curl.
lean4: add --max-time 120 to the elan-init.sh curl pipe to prevent
stalled downloads hanging the job indefinitely.
dafny: add --fix-missing to dotnet-sdk-8.0 apt install to guard
against mirror lag (dotnet is large; partial mirror failures happen).
tlapm: remove bogus --prefix=/opt/tlaps arg — the makeself installer
installs to /usr/local/lib/tlaps and symlinks into /usr/local/bin
without needing a prefix. Fallback find+ln only fires when command -v
tlapm fails (layout variation safety net).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments