Skip to content

Commit

Permalink
Revert back to previous baseline of vcpkg
Browse files Browse the repository at this point in the history
grpc 1.28 create huge binary files that was too large for the caching on github action. Revert to previous config to make sure all vcpkg artifacts can be cached.
  • Loading branch information
magnesj committed Jan 21, 2025
1 parent 7acbc86 commit 92ab8b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
18 changes: 9 additions & 9 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"default-registry": {
"kind": "git",
"baseline": "6f29f12e82a8293156836ad81cc9bf5af41fe836",
"baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
}
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
}
6 changes: 0 additions & 6 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@
"type-lite",
"fast-float",
"spdlog"
],
"overrides": [
{
"name": "fmt",
"version": "10.1.1"
}
]
}

0 comments on commit 92ab8b8

Please sign in to comment.