Try to fix compilation by reducing number of threads
This commit is contained in:
parent
6b282acae2
commit
f31cfa261a
@ -38,7 +38,9 @@ addons:
|
||||
- zlib1g-dev
|
||||
|
||||
before_script:
|
||||
- export THREADS=$((`nproc` + 1))
|
||||
#- export THREADS=$((`nproc` + 1))
|
||||
# Unfortunately using all threads crashes g++: "g++: internal compiler error: Killed (program cc1plus)"
|
||||
- export THREADS=4
|
||||
- echo "THREADS = $THREADS"
|
||||
- free -mt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user