Skip to content

Commit

Permalink
feat(pipeline): set VCPKG_FORCE_SYSTEM_BINARIES correct
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Dec 30, 2023
1 parent 3795b22 commit 1078cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ RUN git submodule update --init --recursive

# Build the server
# We use Release mode to reduce binary size, improve speed and remove debug symbols automatically
RUN ./vcpkg/bootstrap-vcpkg.sh
ENV VCPKG_FORCE_SYSTEM_BINARIES 1
ENV VCPKG_DISABLE_METRICS 1
RUN ./vcpkg/bootstrap-vcpkg.sh
RUN cmake . -B bin \
-DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake \
-DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 1078cb9

Please sign in to comment.