Try to fix compilation by reducing number of threads.
This commit is contained in:
parent
a6ea57d09a
commit
a7547dff23
@ -24,6 +24,8 @@ before_install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export THREADS=`nproc`
|
- export THREADS=`nproc`
|
||||||
|
# Unfortunately using all threads crashes g++: "g++: internal compiler error: Killed (program cc1plus)"
|
||||||
|
- exort THREADS=4
|
||||||
- echo "THREADS = $THREADS"
|
- echo "THREADS = $THREADS"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user