[crashpad] Fix can't find build/build_config.h (#25106)

* [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>
This commit is contained in:
LilyWangLL 2022-06-08 04:57:51 +08:00 committed by GitHub
parent 053c82f8c7
commit c379c64ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 3 deletions

View File

@ -122,7 +122,7 @@ file(REMOVE_RECURSE
configure_file("${CMAKE_CURRENT_LIST_DIR}/crashpadConfig.cmake.in" configure_file("${CMAKE_CURRENT_LIST_DIR}/crashpadConfig.cmake.in"
"${CURRENT_PACKAGES_DIR}/share/${PORT}/crashpadConfig.cmake" @ONLY) "${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__") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/${PORT}/util/mach/__pycache__")
vcpkg_copy_pdbs() vcpkg_copy_pdbs()

View File

@ -1,6 +1,7 @@
{ {
"name": "crashpad", "name": "crashpad",
"version-date": "2022-04-16", "version-date": "2022-04-16",
"port-version": 1,
"description": [ "description": [
"Crashpad is a crash-reporting system.", "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." "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."

View File

@ -177,7 +177,6 @@ cppcoro:x64-uwp=fail
cppgraphqlgen:x64-linux=fail cppgraphqlgen:x64-linux=fail
crashpad:arm64-windows=fail crashpad:arm64-windows=fail
crashpad:arm-uwp=fail crashpad:arm-uwp=fail
crashpad:x64-linux=fail
crashpad:x86-windows=fail crashpad:x86-windows=fail
ctemplate:x64-linux=fail ctemplate:x64-linux=fail
ctemplate:x64-osx=fail ctemplate:x64-osx=fail

View File

@ -1682,7 +1682,7 @@
}, },
"crashpad": { "crashpad": {
"baseline": "2022-04-16", "baseline": "2022-04-16",
"port-version": 0 "port-version": 1
}, },
"crashrpt": { "crashrpt": {
"baseline": "1.4.3", "baseline": "1.4.3",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "aa3803e8f14e1a0467a2aa509403d9fc8c56e159",
"version-date": "2022-04-16",
"port-version": 1
},
{ {
"git-tree": "448abcac90e97d8b5ee03843775dd7fcba971979", "git-tree": "448abcac90e97d8b5ee03843775dd7fcba971979",
"version-date": "2022-04-16", "version-date": "2022-04-16",