File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5858 env :
5959 OS_NAME : ubuntu
6060 OS_CODE_NAME : focal
61- DOCKER_IMAGE : ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.13
61+ DOCKER_IMAGE : ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-master
6262 CCACHE_DIR : ${{ github.workspace }}/${{ env.CI_NAME }}/.ccache
6363 ROS_REPO : main
6464 UNDERLAY : /root//tesseract-robotics/tesseract_target_ws/install
Original file line number Diff line number Diff line change 5959 env :
6060 OS_NAME : ubuntu
6161 OS_CODE_NAME : focal
62- DOCKER_IMAGE : ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.13
62+ DOCKER_IMAGE : ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-master
6363 ROS_REPO : main
6464 UNDERLAY : /root//tesseract-robotics/tesseract_target_ws/install
6565 PREFIX : ${{ github.repository }}_
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929 - {CI_NAME: Bionic-Build-Nightly,
3030 OS_CODE_NAME : bionic,
3131 ROS_DISTRO : melodic,
32- DOCKER_IMAGE : " ghcr.io/tesseract-robotics/tesseract:melodic-0.13 " ,
32+ DOCKER_IMAGE : " ghcr.io/tesseract-robotics/tesseract:melodic-master " ,
3333 CCACHE_DIR : " ${{ github.workspace }}/Bionic-Build-Nightly/.ccache" }
3434 - {CI_NAME: Focal-Build-Nightly,
3535 OS_CODE_NAME : focal,
3636 ROS_DISTRO : noetic,
37- DOCKER_IMAGE : " ghcr.io/tesseract-robotics/tesseract:noetic-0.13 " ,
37+ DOCKER_IMAGE : " ghcr.io/tesseract-robotics/tesseract:noetic-master " ,
3838 CCACHE_DIR : " ${{ github.workspace }}/Focal-Build-Nightly/.ccache" }
3939
4040 steps :
Original file line number Diff line number Diff line change 6868 UPSTREAM_WORKSPACE : dependencies.rosinstall
6969 UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release"
7070 ROSDEP_SKIP_KEYS : " bullet fcl ompl orocos_kdl python-numpy ifopt python descartes_opw descartes_samplers descartes_light opw_kinematics ros_industrial_cmake_boilerplate iwyu taskflow"
71- TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_ENABLE_CLANG_TIDY=ON "
71+ TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON"
7272 NOT_TEST_BUILD : true
7373 BEFORE_RUN_TARGET_TEST_EMBED : " ici_with_unset_variables source $BASEDIR/${PREFIX}target_ws/install/setup.bash"
7474 AFTER_SCRIPT : ' catkin build -w $target_ws --verbose --make-args test'
You can’t perform that action at this time.
0 commit comments