Skip to content

Commit

Permalink
Avoid rmf_fleet_adapter_python in asan build
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed May 24, 2024
1 parent ca73e44 commit 14e78a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
uses: ./.github/workflows/reusable_asan.yaml
with:
# NOTE: Avoid adding comments in the packages lines, this can break some of the called scripts in github actions
# NOTE: Build upto rmf_fleet_adapter_python and rmf_visualization to cover all core open-rmf packages.
# NOTE: Build upto rmf_fleet_adapter and rmf_visualization to cover all core open-rmf packages.
# # rmf_fleet_adapter_python causes spurious asan failures because of leaks in the Python side
packages: |
rmf_fleet_adapter_python
rmf_fleet_adapter
rmf_visualization

0 comments on commit 14e78a5

Please sign in to comment.