Skip to content

Commit

Permalink
Pin the echion sha
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchda committed May 1, 2024
1 parent 2107e4c commit ab10fee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ if (NOT Python3_INCLUDE_DIRS)
endif()

# Add echion
set(ECHION_COMMIT "d69048b63e7d49091659964915eb52ff0ced9fc8" CACHE STRING "Commit hash of echion to use")
FetchContent_Declare(
echion
GIT_REPOSITORY "https://github.com/sanchda/echion.git"
GIT_TAG "sanchda/more_rendering"
GIT_TAG ${ECHION_COMMIT}
)
FetchContent_GetProperties(echion)
if(NOT echion_POPULATED)
Expand Down

0 comments on commit ab10fee

Please sign in to comment.