Skip to content

Commit 829703b

Browse files
committed
CI: Iron release build
1 parent 08c1447 commit 829703b

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/ci.yaml

+1-16
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
env:
22-
# - IMAGE: rolling-source
23-
# NAME: ccov
24-
# TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage"
25-
- IMAGE: rolling-source
26-
- IMAGE: rolling-source
27-
CLANG_TIDY: pedantic
28-
- IMAGE: jazzy-source
29-
NAME: asan
30-
# Add fast_unwind_on_malloc=0 to fix stacktraces being too short or do not make sense
31-
# see https://github.com/google/sanitizers/wiki/AddressSanitizer
32-
# Disable alloc/dealloc mismatch warnings: https://github.com/ros2/rclcpp/pull/1324
33-
DOCKER_RUN_OPTS: >-
34-
-e PRELOAD=libasan.so.8
35-
-e LSAN_OPTIONS="suppressions=$PWD/.github/workflows/lsan.suppressions,fast_unwind_on_malloc=0"
36-
-e ASAN_OPTIONS="new_delete_type_mismatch=0,alloc_dealloc_mismatch=0"
37-
TARGET_CMAKE_ARGS: -DCMAKE_CXX_FLAGS="-fsanitize=address -fno-omit-frame-pointer -O1 -g"
22+
- IMAGE: iron-release
3823

3924
env:
4025
CLANG_TIDY_ARGS: -quiet -export-fixes ${{ github.workspace }}/.work/clang-tidy-fixes.yaml

0 commit comments

Comments
 (0)