Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303)

This commit is contained in:
Siarhei Fedartsou
2022-08-16 19:26:21 +02:00
committed by GitHub
parent 51a8486375
commit 9688e48ad1
333 changed files with 20442 additions and 12323 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ RUN apt-get update && \
COPY . /src
WORKDIR /src
RUN NPROC=${BUILD_CONCURRENCY:-$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)} echo "Building OSRM ${DOCKER_TAG}" && \
RUN NPROC=${BUILD_CONCURRENCY:-$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)} && \
echo "Building OSRM ${DOCKER_TAG}" && \
git show --format="%H" | head -n1 > /opt/OSRM_GITSHA && \
echo "Building OSRM gitsha $(cat /opt/OSRM_GITSHA)" && \
mkdir -p build && \