mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
CI: Add comment explaining disabled asan checks
This commit is contained in:
parent
9924dfe25f
commit
f82c422db5
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -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: >-
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user