1
0
mirror of synced 2025-02-11 00:03:05 +01:00

build: Update vcpkg baseline on build

This commit is contained in:
WerWolv 2025-02-06 15:24:57 +01:00
parent 540e8ed602
commit f67b78bd91
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,8 @@ ENV MACOSX_DEPLOYMENT_TARGET 13.0
RUN cd / &&\
git clone --depth 1 https://github.com/Microsoft/vcpkg.git vcpkg &&\
cd /vcpkg &&\
./bootstrap-vcpkg.sh -disableMetrics \
./bootstrap-vcpkg.sh -disableMetrics && \
/vcpkg/vcpkg x-update-baseline
## Install make
RUN --mount=type=cache,target=/var/lib/apt/lists/ apt update && apt install -y make

1
dist/web/Dockerfile vendored
View File

@ -34,6 +34,7 @@ set -xe
mkdir -p $VCPKG_DEFAULT_BINARY_CACHE
/vcpkg/vcpkg x-update-baseline
/vcpkg/vcpkg install --triplet=wasm32-emscripten libmagic
/vcpkg/vcpkg install --triplet=wasm32-emscripten freetype
/vcpkg/vcpkg install --triplet=wasm32-emscripten mbedtls