CI: limit autoconf build to 8 processes
hopefully will prevent the OOM killer from kicking in.
This commit is contained in:
parent
1daebcd670
commit
eb74d90c7a
|
@ -40,7 +40,7 @@ jobs:
|
||||||
cd desmume/src/frontend/posix/
|
cd desmume/src/frontend/posix/
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure --prefix=/usr --enable-gdb-stub --enable-wifi
|
./configure --prefix=/usr --enable-gdb-stub --enable-wifi
|
||||||
make -j
|
make -j8
|
||||||
make DESTDIR=/tmp/DeSmuME install
|
make DESTDIR=/tmp/DeSmuME install
|
||||||
|
|
||||||
- name: Pack artifact
|
- name: Pack artifact
|
||||||
|
|
Loading…
Reference in New Issue