CI: limit autoconf build to 8 processes

hopefully will prevent the OOM killer from kicking in.
This commit is contained in:
rofl0r 2023-02-28 02:59:52 +00:00 committed by GitHub
parent 1daebcd670
commit eb74d90c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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