diff --git a/ports/crashpad/portfile.cmake b/ports/crashpad/portfile.cmake index 6c8eb1f35f0cc0..a8b5c6b710c779 100644 --- a/ports/crashpad/portfile.cmake +++ b/ports/crashpad/portfile.cmake @@ -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() diff --git a/ports/crashpad/vcpkg.json b/ports/crashpad/vcpkg.json index c506e340940c4c..13c15178c1d41c 100644 --- a/ports/crashpad/vcpkg.json +++ b/ports/crashpad/vcpkg.json @@ -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." diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index aecaf81aba8077..f427edb2f893d5 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -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 diff --git a/versions/baseline.json b/versions/baseline.json index d1d6e0b131dc38..9757917e198011 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1682,7 +1682,7 @@ }, "crashpad": { "baseline": "2022-04-16", - "port-version": 0 + "port-version": 1 }, "crashrpt": { "baseline": "1.4.3", diff --git a/versions/c-/crashpad.json b/versions/c-/crashpad.json index 013a9dacf385e9..b24546a8ec836c 100644 --- a/versions/c-/crashpad.json +++ b/versions/c-/crashpad.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "aa3803e8f14e1a0467a2aa509403d9fc8c56e159", + "version-date": "2022-04-16", + "port-version": 1 + }, { "git-tree": "448abcac90e97d8b5ee03843775dd7fcba971979", "version-date": "2022-04-16",