Reducing job concurrency for dosbox -- otherwise the server gets overloaded

This commit is contained in:
Sergio Martin 2025-03-19 20:03:42 +01:00 committed by GitHub
parent 5319a73163
commit be374cb71d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ make -C emulibc $1 -j
make -C libco $1 -j
./ares64/make-both.sh $1
make -C bsnescore $1 -j
make -C dosbox $1 -j
make -C dosbox $1 -j8
make -C dsda $1 -j
make -C gpgx $1 -j
make -C libsnes $1 -j