From c0733235b3ab8fdff2a22e2f3dd15993fde4dcfe Mon Sep 17 00:00:00 2001 From: Maxim Yurchuk Date: Fri, 27 Sep 2024 16:50:09 +0300 Subject: Use -DDEBUGINFO_LINES_ONLY for all build types (#7504) --- .github/actions/test_ya/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/test_ya/action.yml b/.github/actions/test_ya/action.yml index bdc28049b7f..5742a6f46f9 100644 --- a/.github/actions/test_ya/action.yml +++ b/.github/actions/test_ya/action.yml @@ -191,6 +191,7 @@ runs: --stat --test-threads "${{ inputs.test_threads }}" --link-threads "${{ inputs.link_threads }}" -DUSE_EAT_MY_DATA + -DDEBUGINFO_LINES_ONLY ) TEST_RETRY_COUNT=${{ inputs.test_retry_count }} @@ -215,7 +216,6 @@ runs: release-asan) params+=( --build "release" --sanitize="address" - -DDEBUGINFO_LINES_ONLY ) if [ $TEST_RETRY_COUNT -z ]; then TEST_RETRY_COUNT=1 @@ -225,7 +225,6 @@ runs: release-tsan) params+=( --build "release" --sanitize="thread" - -DDEBUGINFO_LINES_ONLY ) if [ $TEST_RETRY_COUNT -z ]; then TEST_RETRY_COUNT=1 @@ -235,7 +234,6 @@ runs: release-msan) params+=( --build "release" --sanitize="memory" - -DDEBUGINFO_LINES_ONLY ) if [ $TEST_RETRY_COUNT -z ]; then TEST_RETRY_COUNT=1 -- cgit v1.3