Skip to content

Commit

Permalink
Added lttng install
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduLucianR authored Mar 5, 2024
1 parent 0ec9129 commit f4aa7ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_natively_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/ros2.list > /dev/null
sudo apt update
sudo apt install -y python3-colcon-common-extensions python3-rosdep python3-vcstool
sudo apt install -y python3-colcon-common-extensions python3-rosdep python3-vcstool
- name: Initialize rosdep
run: |
Expand All @@ -42,6 +42,10 @@ jobs:
run: |
sudo apt install python3-vcstool
- name: Install CARET dependencies
run: |
sudo apt-get install -y lttng-tools liblttng-ust-dev python3-lttng python3-babeltrace babeltrace
- name: Download CARET
run: |
git clone https://github.com/tier4/caret.git ros2_caret_ws
Expand All @@ -59,7 +63,6 @@ jobs:
source /opt/ros/humble/setup.bash
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
- name: Check CARET
run: |
ls -a ros2_caret_ws/
Expand Down

0 comments on commit f4aa7ab

Please sign in to comment.