CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/08/17 06:10:32
Modified files:
x11/gnome/tour : Makefile
Log message:
set CARGO_BUILD_JOBS=${MAKE_JOBS} in MAKE_ENV, it is otherwise defaulting
to parallel build which eats all memory on i386. (before rust 1.63.0 it
ran into problems sometimes, but now it hits it every time)
good clues from semarie@
