On Wed, Oct 2, 2024 at 1:28 PM David Wolfskill <da...@catwhisker.org> wrote:
> I have been tracking stable/ and head (daily, with a few exceptions) for > many years, now. Over time, I set up a set of ([t]csh) aliases to > simplify the exercise for me. > > Until yesterday, the "make -j${max_jobs} buildworld" construct had > worked without issue, but (yesterday), the invocation failed quite > quickly: > > Hi, not related but I’ve replaced my usage of `make -j X buildworld` by `make buildworld-jobs` (and buildkernel-jobs). This uses ${JOB_MAX} that corresponds to -j1.33C (1.33 x nproc). And building the latest head from the stable-week (n272449-6e414739fc95) using build[world|kernel]-jobs is working. Regards, Olivier