Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
azime committed Aug 29, 2024
1 parent 94d36ea commit 2b24f3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker_build_kraken_debian11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ jobs:
run: |
docker build -f docker/debian11/Dockerfile-builder-kraken -t navitia/builder .
- name: Build packages in master docker
# Will build navitia-*.deb packages in current folder
- name: Build Kraken
run: docker run -v `pwd`:/navitia/navitia/ navitia/builder

- name: Create navitia images
- name: Create Kraken image
run: |
docker build -t navitia/kraken -f docker/debian11/Dockerfile-kraken .
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
# (cd jormungandr && make -j$(($(grep -c '^processor' /proc/cpuinfo) + 1)))
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 2b24f3d

Please sign in to comment.