mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 23:23:20 +03:00
Force vcpkg to rebuild cache on package features updates
This commit is contained in:
parent
58b249ffa1
commit
9481da06d7
@ -9,8 +9,8 @@ git -C ((Get-command vcpkg).Source | Split-Path) pull
|
||||
# install libxml and libcurl[openssl]
|
||||
$vcpkg_dir=(Get-command vcpkg).Source
|
||||
|
||||
vcpkg install curl:x64-windows || true
|
||||
vcpkg install libxml2[core,iconv]:x64-windows || true
|
||||
vcpkg install --recurse --x-use-aria2 curl:x64-windows || true
|
||||
vcpkg install --recurse --x-use-aria2 libxml2[core,iconv]:x64-windows || true
|
||||
|
||||
vcpkg update
|
||||
if ($LASTEXITCODE) { Throw }
|
||||
|
@ -57,8 +57,8 @@ $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";"
|
||||
Install build libs requirement
|
||||
|
||||
```pwsh
|
||||
vcpkg install curl:x64-windows
|
||||
vcpkg install libxml2[core,iconv]:x64-windows
|
||||
vcpkg install --recurse --x-use-aria2 curl:x64-windows
|
||||
vcpkg install --recurse --x-use-aria2 libxml2[core,iconv]:x64-windows
|
||||
vcpkg integrate install
|
||||
Set-ItemProperty -Path HKCU:\Environment -Name VCPKGRS_DYNAMIC -Value "1"
|
||||
$env:VCPKGRS_DYNAMIC = [System.Environment]::GetEnvironmentVariable("VCPKGRS_DYNAMIC","User")
|
||||
|
Loading…
Reference in New Issue
Block a user