microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22k stars 6.12k forks source link

[libfork] update to version 3.8.0 #38678

Closed ConorWilliams closed 4 weeks ago

ConorWilliams commented 1 month ago
ConorWilliams commented 1 month ago

Not sure why CI is failing, output is this:


Triplet: x64-osx
RESULTS
  vcpkg-cmake:x64-osx: SUCCEEDED: 27.6 ms
  vcpkg-cmake-config:x64-osx: SUCCEEDED: 11.9 ms
  vcpkg-tool-meson:x64-osx: SUCCEEDED: 19.4 ms
  pkgconf:x64-osx: SUCCEEDED: 38.2 ms
  hwloc:x64-osx: SUCCEEDED: 94.5 ms
  libfork:x64-osx: SUCCEEDED: 11 s

SUMMARY FOR x64-osx
  SUCCEEDED: 6

##[error]PowerShell wrote one or more lines to the standard error stream.
##[error]pwsh(10783) MallocStackLogging: can't turn off malloc stack logging because it was not enabled.

##[error]pwsh(10786) MallocStackLogging: can't turn off malloc stack logging because it was not enabled.

Finishing: *** Test Modified Ports

Looks like it should be green to me?

JonLiu1993 commented 4 weeks ago

Tested usage successfully by libfork:x64-windows:

libfork provides CMake targets:

    find_package(libfork CONFIG REQUIRED)
    target_link_libraries(main PRIVATE libfork::libfork)