mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Travis: disable parallelism.
ASan crashes so often, probably because of lack of RAM :( Slow build is more useful than what we have now.
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ script:
|
||||
- cd build
|
||||
- ../configure --enable-perl --enable-python --enable-tcl --enable-cyrus --enable-charset $CFGFLAGS CXXFLAGS="$CXXFLAGS $MYCXXFLAGS" LDFLAGS="$LDFLAGS $MYLDFLAGS"
|
||||
- cat config.log
|
||||
- make V=1 -j3
|
||||
- make V=1
|
||||
- make V=1 test
|
||||
- sudo make install
|
||||
- cd ..
|
||||
|
||||
Reference in New Issue
Block a user