Skip to content

Commit 747bb29

Browse files
committed
CI: add jazzy build
1 parent 076903a commit 747bb29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ jobs:
2424
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage"
2525
- IMAGE: rolling-source
2626
CLANG_TIDY: pedantic
27-
- IMAGE: rolling-source
27+
- IMAGE: jazzy-source
2828
NAME: asan
2929
# Add fast_unwind_on_malloc=0 to fix stacktraces being too short or do not make sense
3030
# see https://github.com/google/sanitizers/wiki/AddressSanitizer
3131
# Disable alloc/dealloc mismatch warnings: https://github.com/ros2/rclcpp/pull/1324
3232
DOCKER_RUN_OPTS: >-
33-
-e PRELOAD=libasan.so.5
33+
-e PRELOAD=libasan.so.8
3434
-e LSAN_OPTIONS="suppressions=$PWD/.github/workflows/lsan.suppressions,fast_unwind_on_malloc=0"
3535
-e ASAN_OPTIONS="new_delete_type_mismatch=0,alloc_dealloc_mismatch=0"
3636
TARGET_CMAKE_ARGS: -DCMAKE_CXX_FLAGS="-fsanitize=address -fno-omit-frame-pointer -O1 -g"
3737

3838
env:
3939
CLANG_TIDY_ARGS: -quiet -export-fixes ${{ github.workspace }}/.work/clang-tidy-fixes.yaml
4040
DOCKER_IMAGE: moveit/moveit2:${{ matrix.env.IMAGE }}
41-
UNDERLAY: /root/ws_moveit/install
41+
UNDERLAY: ${{ endsWith(matrix.env.IMAGE, '-source') && '/root/ws_moveit/install' || ''}}
4242
# TODO: Port to ROS2
4343
# DOWNSTREAM_WORKSPACE: "github:ubi-agni/mtc_demos#master github:TAMS-Group/mtc_pour#master"
4444
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)