From 60758e5dd54636041799af146b138e7b0bd816c1 Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Thu, 5 Oct 2023 12:38:57 +0300 Subject: [PATCH] Patch our custom triplets in non-Windows as well. --- scripts/ci/posix/patch_vcpkg_triplets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/posix/patch_vcpkg_triplets.sh b/scripts/ci/posix/patch_vcpkg_triplets.sh index d049f82736d..e27942a8369 100755 --- a/scripts/ci/posix/patch_vcpkg_triplets.sh +++ b/scripts/ci/posix/patch_vcpkg_triplets.sh @@ -29,7 +29,7 @@ # they're restored by run-vcpkg. While re-patching is harmless, it breaks # run-vcpkg's caching because it changes the generated package hashes. -TRIPLETS="${GITHUB_WORKSPACE}/external/vcpkg/triplets" +TRIPLETS="${GITHUB_WORKSPACE}/external/vcpkg/triplets ${GITHUB_WORKSPACE}/ports/triplets" find $TRIPLETS -type f -maxdepth 1 | xargs grep -q "VCPKG_BUILD_TYPE release" if [ $? -ne 0 ]