Skip to content

Commit

Permalink
Remove ros2 calls
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduLucianR authored Mar 5, 2024
1 parent f4aa7ab commit dafa9ad
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build_natively_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: buildjet-4vcpu-ubuntu-2204-arm #run on ARM with Ubuntu 22
runs-on: buildjet-8vcpu-ubuntu-2204-arm #run on ARM with Ubuntu 22
steps:
- name: Setup Workspace
run: |
Expand Down Expand Up @@ -62,22 +62,13 @@ jobs:
cd ros2_caret_ws
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/
ls -a ros2_caret_ws/install/
source /opt/ros/humble/setup.bash
source ros2_caret_ws/install/local_setup.bash
ros2 run tracetools status # return Tracing enabled
- name: Build the ROS2 workspace with CARET
run: |
cd ros_ws
source /opt/ros/humble/setup.bash
source ros2_caret_ws/install/local_setup.bash
colcon build --symlink-install --cmake-args -DBUILD_TESTING=OFF
ros2 caret check_caret_rclcpp .
- name: Archive artifacts
run: |
Expand Down

0 comments on commit dafa9ad

Please sign in to comment.