Skip to content

Commit

Permalink
Docker: Fix version resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Sep 10, 2024
1 parent 4061025 commit 4ba48c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COPY src src
COPY include include
COPY gtest gtest
RUN --mount=type=bind,target=.git,source=.git \
git config --global --add safe.directory /sipp && \
cmake . -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_STATIC=1 \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ COPY src src
COPY include include
COPY gtest gtest
RUN --mount=type=bind,target=.git,source=.git \
git config --global --add safe.directory /sipp && \
cmake . -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_STATIC=1 \
Expand Down

0 comments on commit 4ba48c5

Please sign in to comment.