back to j1 for first compiles since travis cannot build src/renderer_common/process_group_symbolizer.cpp
This commit is contained in:
parent
a3e2079bc5
commit
55fd38a25a
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -13,8 +13,8 @@ install:
|
|||
$(PYTHON) scons/scons.py -j$(JOBS) --config=cache --implicit-cache --max-drift=1 install
|
||||
|
||||
src/json/libmapnik-json.a:
|
||||
# we first build memory intensive files with -j2
|
||||
$(PYTHON) scons/scons.py -j2 \
|
||||
# we first build memory intensive files with -j1
|
||||
$(PYTHON) scons/scons.py -j1 \
|
||||
--config=cache --implicit-cache --max-drift=1 \
|
||||
src/json/libmapnik-json.a \
|
||||
src/wkt/libmapnik-wkt.a \
|
||||
|
|
Loading…
Reference in a new issue