Skip to content

Commit

Permalink
Merge pull request #59569 from qgis/vcpkg-bump-baseline
Browse files Browse the repository at this point in the history
[vcpkg] Bump baseline
  • Loading branch information
m-kuhn authored Dec 25, 2024
2 parents 30447c1 + 1ab5060 commit af5edcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/actions/setup-vcpkg/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ runs:
wget https://aka.ms/vcpkg-init.sh -O /tmp/vcpkg-init.sh
. /tmp/vcpkg-init.sh
echo "VCPKG_ROOT=$VCPKG_ROOT" >> $GITHUB_ENV
echo "PATH=$VCPKG_ROOT;$PATH" >> $GITHUB_ENV
# Integrate patch from https://github.com/microsoft/vcpkg/pull/41146
wget https://raw.githubusercontent.com/microsoft/vcpkg/6271c9bfab7ff6dbf3444c3600a28e7c6b0ea462/scripts/cmake/z_vcpkg_fixup_rpath_macho.cmake -O /Users/runner/.vcpkg/scripts/cmake/z_vcpkg_fixup_rpath_macho.cmake
echo "$VCPKG_ROOT" >> $GITHUB_PATH
- name: Setup vcpkg
if: runner.os == 'Windows'
Expand All @@ -30,4 +28,4 @@ runs:
$env:VCPKG_ROOT = "C:/.vcpkg"
iex (iwr -useb https://aka.ms/vcpkg-init.ps1)
echo "VCPKG_ROOT=$env:VCPKG_ROOT" >> $env:GITHUB_ENV
echo "PATH=$env:VCPKG_ROOT;$env:PATH" >> $env:GITHUB_ENV
echo "$env:VCPKG_ROOT" >> $env:GITHUB_PATH
4 changes: 2 additions & 2 deletions vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"baseline": "41626fd77bf42f29e8f7e43dc1f2f05780588cde",
"baseline": "80d54ff62d528339c626a6fbc3489a7f25956ade",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "git",
"baseline": "d842b9ba9f5a032fbfb459f68bc6c4a3510e1032",
"baseline": "a4bdac4fe806307844ddc5c663620ea919ffdf4c",
"repository": "https://github.com/open-vcpkg/python-registry",
"packages": [
"python3",
Expand Down

0 comments on commit af5edcb

Please sign in to comment.