Verified Commit 4f6e0409 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Update Hermes and make RPCs Margo-compatible

This commit updates Hermes to v0.4.1 and configures it to generate RPCs
with "instrumentation breadcrumbs" that can be understood by servers
relying on Margo >= v0.5.2. Fixes #72.
parent 9292a8ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -188,6 +188,8 @@ if(ENABLE_CLIENT_LOG)
    option(HERMES_LOGGING_FMT_USE_BUNDLED "" OFF)
    option(HERMES_LOGGING_FMT_USE_BUNDLED "" OFF)
    option(HERMES_LOGGING_FMT_HEADER_ONLY "" OFF)
    option(HERMES_LOGGING_FMT_HEADER_ONLY "" OFF)
endif()
endif()

option(HERMES_MARGO_COMPATIBLE_RPCS "" ON)
add_subdirectory(external/hermes)
add_subdirectory(external/hermes)
target_compile_definitions(hermes INTERFACE)
target_compile_definitions(hermes INTERFACE)


Compare a6ca160f to 31d15c23
Original line number Original line Diff line number Diff line
Subproject commit a6ca160fe400ea50b8b566e80e31aed09d9317d9
Subproject commit 31d15c2339d48dba6561546a45ecd759c16d8455