Skip to content

Commit

Permalink
Fixing CI. Movin asan check to jammy humble.
Browse files Browse the repository at this point in the history
Signed-off-by: Esteban Martinena <orensbruli@gmail.com>
  • Loading branch information
orensbruli committed Nov 22, 2022
1 parent c35465a commit 616b20d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on: [push, pull_request]
jobs:
asan:
name: asan
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: rostooling/setup-ros-docker:ubuntu-focal-latest
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
steps:
- name: deps
uses: ros-tooling/setup-ros@v0.3
with:
required-ros-distributions: galactic
required-ros-distributions: humble
- name: install_clang
run: sudo apt update && sudo apt install -y clang clang-tools lld
- name: build_and_test
Expand All @@ -20,7 +20,7 @@ jobs:
CXX: clang++
ASAN_OPTIONS: detect_leaks=0
with:
target-ros2-distro: galactic
target-ros2-distro: humble
# build all packages listed in the meta package
package-name: |
rmf_traffic_ros2
Expand Down

0 comments on commit 616b20d

Please sign in to comment.