Skip to content

Commit

Permalink
Add an archive of an old branch of osrm-backend to use during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebreu committed Jun 1, 2024
1 parent 3313ab8 commit e24d6aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dkroutingtool/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ RUN apt-get update

RUN apt-get -y install git g++ cmake libboost-dev libboost-filesystem-dev libboost-thread-dev libboost-system-dev libboost-regex-dev libstxxl-dev libxml2-dev libsparsehash-dev libbz2-dev zlib1g-dev libzip-dev libgomp1 lua5.2 liblua5.2-dev libluabind-dev pkg-config libgdal-dev libboost-program-options-dev libboost-iostreams-dev libboost-test-dev libtbb-dev libexpat1-dev wget

RUN git clone -b 5.21 --single-branch https://github.com/Project-OSRM/osrm-backend.git
#RUN git clone -b 5.21 --single-branch https://github.com/Project-OSRM/osrm-backend.git
# Archive of the lines above, temporary until we modernize the routing tool
COPY osrm-backend.tar.gz .
RUN tar -zxvf osrm-backend.tar.gz

COPY /c_binding_resources/table_parameters.hpp osrm-backend/include/engine/api/table_parameters.hpp

Expand Down
Binary file added dkroutingtool/osrm-backend.tar.gz
Binary file not shown.

0 comments on commit e24d6aa

Please sign in to comment.