Skip to content

Commit 189fcdc

Browse files
Fix crashpad installation failure on x64-windows-static triplet (microsoft#45925)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: ras0219-msft <[email protected]>
1 parent 6fa128f commit 189fcdc

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

ports/crashpad/vcpkg.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "crashpad",
33
"version-date": "2024-04-11",
4-
"port-version": 7,
4+
"port-version": 8,
55
"description": [
66
"Crashpad is a crash-reporting system.",
77
"Crashpad is a library for capturing, storing and transmitting postmortem crash reports from a client to an upstream collection server. Crashpad aims to make it possible for clients to capture process state at the time of crash with the best possible fidelity and coverage, with the minimum of fuss."
@@ -19,7 +19,10 @@
1919
"name": "vcpkg-cmake-get-vars",
2020
"host": true
2121
},
22-
"vcpkg-get-python-packages",
22+
{
23+
"name": "vcpkg-get-python-packages",
24+
"host": true
25+
},
2326
{
2427
"name": "vcpkg-gn",
2528
"host": true

scripts/ci.feature.baseline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ cpp-netlib(uwp)=fail
8686
cppcoro(uwp | linux | osx)=fail
8787
cppfs(uwp)=fail
8888
cppmicroservices(uwp | (windows & arm))=fail
89-
crashpad:x86-windows=fail
89+
crashpad:x64-linux=fail
9090
ctemplate:x64-linux=fail
9191
ctemplate:x64-osx=fail
9292
cuda:x64-osx=fail

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2098,7 +2098,7 @@
20982098
},
20992099
"crashpad": {
21002100
"baseline": "2024-04-11",
2101-
"port-version": 7
2101+
"port-version": 8
21022102
},
21032103
"crashrpt": {
21042104
"baseline": "1.4.3",

versions/c-/crashpad.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "a996b10d98428c6f61d1a8d75dd4b4d5509c37dd",
5+
"version-date": "2024-04-11",
6+
"port-version": 8
7+
},
38
{
49
"git-tree": "dc8e0803320706e4f2b4a4fce0f457424c6c914d",
510
"version-date": "2024-04-11",

0 commit comments

Comments
 (0)