From f82c422db5af92ad61db582a0f6a200a5ca8e674 Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Sat, 5 Nov 2022 00:57:41 +0100 Subject: [PATCH] CI: Add comment explaining disabled asan checks --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 272f8798..5667dc08 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,6 +30,7 @@ jobs: -Wno-deprecated-copy # Add fast_unwind_on_malloc=0 to fix stacktraces being too short or do not make sense # see https://github.com/google/sanitizers/wiki/AddressSanitizer + # Disable alloc/dealloc mismatch warnings: https://github.com/ros2/rclcpp/pull/1324 - IMAGE: rolling-source NAME: asan DOCKER_RUN_OPTS: >-