Skip to content

Commit

Permalink
build kraken only
Browse files Browse the repository at this point in the history
  • Loading branch information
azime committed Aug 29, 2024
1 parent 2b24f3d commit 2449caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build_kraken_deb11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
cd /navitia/navitia/
mkdir -p docker_build && cd docker_build
cmake -DCMAKE_BUILD_TYPE=Release ../source
# (cd jormungandr && make -j$(($(grep -c '^processor' /proc/cpuinfo) + 1)))
make -j$(($(grep -c '^processor' /proc/cpuinfo) + 1)) # kraken
make -j$(($(grep -c '^processor' /proc/cpuinfo)+1)) protobuf_files
make -j$(($(grep -c '^processor' /proc/cpuinfo) + 1)) kraken

# Build libkeepalive https://libkeepalive.sourceforge.net/
# libkeepalive is a library to keep tcp connection alive. The reason of doing so is that aws LoadBalancer, to which
Expand Down

0 comments on commit 2449caa

Please sign in to comment.