mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
travis: Temporarily disables -jN
Building is crashing not sure why. Demands further investigation.
This commit is contained in:
parent
87e64e3c25
commit
ccd7b9f677
@ -45,7 +45,13 @@ script:
|
|||||||
- ./build.sh
|
- ./build.sh
|
||||||
- ./configure $OPTS
|
- ./configure $OPTS
|
||||||
- make parser
|
- make parser
|
||||||
- make -j$(getconf _NPROCESSORS_ONLN)
|
- make
|
||||||
|
#
|
||||||
|
# Temporarily disabled.
|
||||||
|
# - make -j$(getconf _NPROCESSORS_ONLN)
|
||||||
|
# Leading build to crash with parser enabled.
|
||||||
|
# Not sure why.
|
||||||
|
#
|
||||||
- make check
|
- make check
|
||||||
- make check-static
|
- make check-static
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user