mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Cap the number of concurrent jobs for testing
This has a serious tendency to just blow up process load (~35 here with the shim)
This commit is contained in:
@@ -28,8 +28,7 @@ pushd pokecrystal
|
|||||||
git fetch
|
git fetch
|
||||||
git checkout fa7261a8eea2676746c130a517479e2a82a7d352
|
git checkout fa7261a8eea2676746c130a517479e2a82a7d352
|
||||||
make clean
|
make clean
|
||||||
make -j
|
make -j4 compare
|
||||||
make compare
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
if [ ! -d pokered ]; then
|
if [ ! -d pokered ]; then
|
||||||
@@ -39,8 +38,7 @@ pushd pokered
|
|||||||
git fetch
|
git fetch
|
||||||
git checkout ab696295b3d029663062238e8033882bb8cd9cff
|
git checkout ab696295b3d029663062238e8033882bb8cd9cff
|
||||||
make clean
|
make clean
|
||||||
make -j
|
make -j4 compare
|
||||||
make compare
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
if [ ! -d ucity ]; then
|
if [ ! -d ucity ]; then
|
||||||
@@ -50,5 +48,5 @@ pushd ucity
|
|||||||
git fetch
|
git fetch
|
||||||
git checkout b0635f12553c2fae947fd91aa54d4caa602d8266
|
git checkout b0635f12553c2fae947fd91aa54d4caa602d8266
|
||||||
make clean
|
make clean
|
||||||
make -j
|
make -j4
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user