From c03d9301e2c4c4e2daf5d3a77dfa49073503cc31 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 12 Aug 2025 22:42:31 +0200 Subject: [PATCH] build: Fetch vcpkg commits before install --- dist/macOS/arm64.Dockerfile | 1 + dist/web/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/macOS/arm64.Dockerfile b/dist/macOS/arm64.Dockerfile index 59e821712..be8028857 100644 --- a/dist/macOS/arm64.Dockerfile +++ b/dist/macOS/arm64.Dockerfile @@ -60,6 +60,7 @@ set -xe mkdir -p $VCPKG_DEFAULT_BINARY_CACHE cp /imhex/dist/vcpkg.json . +git -C /vcpkg fetch vcpkg install --triplet=arm-osx-mytriplet EOF diff --git a/dist/web/Dockerfile b/dist/web/Dockerfile index a773b1ba5..d8bfd0bea 100644 --- a/dist/web/Dockerfile +++ b/dist/web/Dockerfile @@ -36,6 +36,7 @@ set -xe mkdir -p $VCPKG_DEFAULT_BINARY_CACHE cp /imhex/dist/vcpkg.json . +git -C /vcpkg pull /vcpkg/vcpkg install --triplet=wasm32-emscripten EOF