Skip to content

Commit

Permalink
Patch our custom triplets in non-Windows as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Oct 5, 2023
1 parent 3151b79 commit 60758e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/posix/patch_vcpkg_triplets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 60758e5

Please sign in to comment.