Skip to content

Commit

Permalink
[crashpad] Fix can't find build/build_config.h (#25106)
Browse files Browse the repository at this point in the history
* [crashpad] Fix can't find build/build_config.h

* x-add-version

* remove crashpad:x64-linux=fail form ci.baseline.txt

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
  • Loading branch information
LilyWangLL and Lily Wang authored Jun 7, 2022
1 parent 053c82f commit c379c64
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/crashpad/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ file(REMOVE_RECURSE
configure_file("${CMAKE_CURRENT_LIST_DIR}/crashpadConfig.cmake.in"
"${CURRENT_PACKAGES_DIR}/share/${PORT}/crashpadConfig.cmake" @ONLY)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/${PORT}/build")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/${PORT}/build/config")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/${PORT}/util/mach/__pycache__")

vcpkg_copy_pdbs()
Expand Down
1 change: 1 addition & 0 deletions ports/crashpad/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "crashpad",
"version-date": "2022-04-16",
"port-version": 1,
"description": [
"Crashpad is a crash-reporting system.",
"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."
Expand Down
1 change: 0 additions & 1 deletion scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ cppcoro:x64-uwp=fail
cppgraphqlgen:x64-linux=fail
crashpad:arm64-windows=fail
crashpad:arm-uwp=fail
crashpad:x64-linux=fail
crashpad:x86-windows=fail
ctemplate:x64-linux=fail
ctemplate:x64-osx=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@
},
"crashpad": {
"baseline": "2022-04-16",
"port-version": 0
"port-version": 1
},
"crashrpt": {
"baseline": "1.4.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/crashpad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "aa3803e8f14e1a0467a2aa509403d9fc8c56e159",
"version-date": "2022-04-16",
"port-version": 1
},
{
"git-tree": "448abcac90e97d8b5ee03843775dd7fcba971979",
"version-date": "2022-04-16",
Expand Down

0 comments on commit c379c64

Please sign in to comment.