mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-08 02:32:49 +08:00
[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:
parent
053c82f8c7
commit
c379c64ff9
@ -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()
|
||||
|
@ -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."
|
||||
|
@ -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
|
||||
|
@ -1682,7 +1682,7 @@
|
||||
},
|
||||
"crashpad": {
|
||||
"baseline": "2022-04-16",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"crashrpt": {
|
||||
"baseline": "1.4.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "aa3803e8f14e1a0467a2aa509403d9fc8c56e159",
|
||||
"version-date": "2022-04-16",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "448abcac90e97d8b5ee03843775dd7fcba971979",
|
||||
"version-date": "2022-04-16",
|
||||
|
Loading…
Reference in New Issue
Block a user