ci: cargo -j1 to keep peak memory under host budget; retrigger moongreet
Build and publish packages / build-and-publish (push) Successful in 9m0s

Run 108 hit a verified global OOM (constraint=CONSTRAINT_NONE) when cargo -j2 ran two parallel rustc workers on a host with 1.6 GiB available. -j1 halves the peak. 4 GiB swapfile added on host as additional buffer; this changes the build pipeline as the second layer.
This commit is contained in:
2026-04-28 15:14:07 +02:00
parent 77da854149
commit e5186c616f
2 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
pkgname=moongreet-git
epoch=1
pkgver=0.8.3.r3.gb9b6f50
pkgrel=6
pkgrel=7
pkgdesc="A greetd greeter for Wayland with GTK4 and Layer Shell"
arch=('x86_64')
url="https://gitea.moonarch.de/nevaforget/greetd-moongreet"