Skip to content

Commit f59c3a8

Browse files
committed
CI: Humble release build
1 parent 076903a commit f59c3a8

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,11 @@ 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-
CLANG_TIDY: pedantic
27-
- IMAGE: rolling-source
28-
NAME: asan
29-
# Add fast_unwind_on_malloc=0 to fix stacktraces being too short or do not make sense
30-
# see https://github.com/google/sanitizers/wiki/AddressSanitizer
31-
# Disable alloc/dealloc mismatch warnings: https://github.com/ros2/rclcpp/pull/1324
32-
DOCKER_RUN_OPTS: >-
33-
-e PRELOAD=libasan.so.5
34-
-e LSAN_OPTIONS="suppressions=$PWD/.github/workflows/lsan.suppressions,fast_unwind_on_malloc=0"
35-
-e ASAN_OPTIONS="new_delete_type_mismatch=0,alloc_dealloc_mismatch=0"
36-
TARGET_CMAKE_ARGS: -DCMAKE_CXX_FLAGS="-fsanitize=address -fno-omit-frame-pointer -O1 -g"
22+
- IMAGE: humble-release
3723

3824
env:
3925
CLANG_TIDY_ARGS: -quiet -export-fixes ${{ github.workspace }}/.work/clang-tidy-fixes.yaml
4026
DOCKER_IMAGE: moveit/moveit2:${{ matrix.env.IMAGE }}
41-
UNDERLAY: /root/ws_moveit/install
4227
# TODO: Port to ROS2
4328
# DOWNSTREAM_WORKSPACE: "github:ubi-agni/mtc_demos#master github:TAMS-Group/mtc_pour#master"
4429
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)