Skip to content

Commit 7699e41

Browse files
authored
Update vcpkg-scripts SHA 2025-03-13 (#1612)
1 parent 3623bd9 commit 7699e41

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

azure-pipelines/end-to-end-tests-dir/asset-caching.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
# Testing x-script
44
Refresh-TestRoot
5+
$env:VCPKG_FORCE_DOWNLOADED_BINARIES = "ON"
56
Run-Vcpkg -TestArgs ($commonArgs + @('fetch', 'cmake'))
67
Throw-IfFailed
78
Run-Vcpkg -TestArgs ($commonArgs + @('fetch', 'ninja'))
89
Throw-IfFailed
10+
Remove-Item env:VCPKG_FORCE_DOWNLOADED_BINARIES
911
Run-Vcpkg -TestArgs ($commonArgs + @("install", "vcpkg-test-x-script", "--x-binarysource=clear", "--overlay-ports=$PSScriptRoot/../e2e-ports", "--x-asset-sources=x-script,$TestScriptAssetCacheExe {url} {sha512} {dst};x-block-origin"))
1012
Throw-IfFailed
1113

vcpkg-init/vcpkg-scripts-sha.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b30734e9101c161e442ffb805633f6cfadbc57aa
1+
117524bad2789b8aa6954324a1bee4bffb7d6d09

0 commit comments

Comments
 (0)