From 19150df7ab12e437860765214f903a65e3851db8 Mon Sep 17 00:00:00 2001 From: Taegyun Kim Date: Mon, 20 Oct 2025 09:15:23 -0400 Subject: [PATCH] [wip] test with echion/pull/167 --- ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt b/ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt index fecd1776380..df631d515e2 100644 --- a/ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt +++ b/ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt @@ -41,11 +41,11 @@ endif() # Add echion set(ECHION_COMMIT - "3ebeb3e975239f252fa0d6bb739344f35eaf1657" # https://github.com/kowalskithomas/echion/commit/3ebeb3e975239f252fa0d6bb739344f35eaf1657 + "7aba159c5de3c7772225f282283df61724966fd5" # https://github.com/taegyunkim/echion/commit/7aba159c5de3c7772225f282283df61724966fd5 CACHE STRING "Commit hash of echion to use") FetchContent_Declare( echion - GIT_REPOSITORY "https://github.com/P403n1x87/echion.git" + GIT_REPOSITORY "https://github.com/taegyunkim/echion.git" GIT_TAG ${ECHION_COMMIT}) FetchContent_GetProperties(echion)