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
ci: mover data-root de Docker a /mnt en las lanes runtime (No space left on device)
parity-runtime falló con "No space left on device": la matriz runtime
construye muchas imágenes reales y `ubuntu-latest` sólo trae ~14GB libres
en / (donde vive /var/lib/docker y los logs del runner).
Se mueve el data-root de Docker a /mnt (disco efímero grande del runner,
~70GB) en el mismo daemon.json donde ya se activa el containerd image
store, y se eliminan SDKs preinstalados sin usar (dotnet/ghc/android)
para dar aire al disco raíz. Aplica a parity-runtime y a la lane arm64
experimental.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments