Compare commits
No commits in common. "6dea33bc2285c22dfe08640f558bde78a85b5ad1" and "5b6f35f480466f8f47264fe1cf697dba5ca41170" have entirely different histories.
6dea33bc22
...
5b6f35f480
@ -53,14 +53,14 @@ jobs:
|
|||||||
sudo pacman -S --needed --noconfirm $MAKEDEPS
|
sudo pacman -S --needed --noconfirm $MAKEDEPS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Parallel build with two cargo jobs. Previous single-threaded
|
# Resource-constrained build. The act_runner shares CPU/RAM/I/O
|
||||||
# throttling was based on an unverified OOM assumption (run 86
|
# with the Gitea host (network-host mode). A parallel Rust build
|
||||||
# on 2026-04-23 stalled; no dmesg/journalctl evidence of
|
# has OOM-killed the host: run 86 on 2026-04-23 stopped mid-compile
|
||||||
# OOMKiller was ever captured). If a real OOM happens, capture
|
# with no error, taking gitea HTTPS down ~11 min. Force single-job
|
||||||
# `dmesg | grep -i "killed process"` first before re-throttling.
|
# compile and low CPU/IO priority so the host stays responsive.
|
||||||
export CARGO_BUILD_JOBS=2
|
export CARGO_BUILD_JOBS=1
|
||||||
export MAKEFLAGS="-j2"
|
export MAKEFLAGS="-j1"
|
||||||
makepkg -sfd --noconfirm
|
nice -n 19 ionice -c 3 makepkg -sfd --noconfirm
|
||||||
|
|
||||||
# makepkg can emit multiple artifacts per build (main + -debug
|
# makepkg can emit multiple artifacts per build (main + -debug
|
||||||
# split package). Upload each. Arch filename convention:
|
# split package). Upload each. Arch filename convention:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user