From f67b78bd913aa05c1212246cee68b17a56d405ee Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 6 Feb 2025 15:24:57 +0100 Subject: [PATCH] build: Update vcpkg baseline on build --- dist/macOS/arm64.Dockerfile | 3 ++- dist/web/Dockerfile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/macOS/arm64.Dockerfile b/dist/macOS/arm64.Dockerfile index 64c16c9f3..bb328b6dc 100644 --- a/dist/macOS/arm64.Dockerfile +++ b/dist/macOS/arm64.Dockerfile @@ -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 diff --git a/dist/web/Dockerfile b/dist/web/Dockerfile index 22b0f490f..71b3ba7af 100644 --- a/dist/web/Dockerfile +++ b/dist/web/Dockerfile @@ -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