CI: Add comment explaining disabled asan checks

This commit is contained in:
Robert Haschke 2022-11-05 00:57:41 +01:00
parent 9924dfe25f
commit f82c422db5

View File

@ -30,6 +30,7 @@ jobs:
-Wno-deprecated-copy -Wno-deprecated-copy
# Add fast_unwind_on_malloc=0 to fix stacktraces being too short or do not make sense # 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 # see https://github.com/google/sanitizers/wiki/AddressSanitizer
# Disable alloc/dealloc mismatch warnings: https://github.com/ros2/rclcpp/pull/1324
- IMAGE: rolling-source - IMAGE: rolling-source
NAME: asan NAME: asan
DOCKER_RUN_OPTS: >- DOCKER_RUN_OPTS: >-