Skip to content

Commit

Permalink
Changed CI base directory to /opt
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 authored and Levi-Armstrong committed Nov 8, 2023
1 parent 5f07014 commit 9377b1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,17 @@ jobs:
ADDITIONAL_DEBS: 'taskflow libompl-dev'
ROS_DISTRO: false
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ matrix.distro }}-${{ env.TESSERACT_VERSION }}
UNDERLAY: /root/tesseract-robotics/tesseract_target_ws/install
CCACHE_DIR: ${{ github.workspace }}/${{ matrix.distro }}/.ccache
BASEDIR: /opt
PREFIX: ${{ github.repository }}_
UNDERLAY: ${BASEDIR}/tesseract-robotics/tesseract_target_ws/install
BEFORE_INIT: './.github/workflows/add_sources.sh'
AFTER_INIT: ''
UPSTREAM_WORKSPACE: dependencies.repos
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"
ROSDEP_SKIP_KEYS: "fcl opw_kinematics ros_industrial_cmake_boilerplate iwyu octomap catkin ompl taskflow descartes_light trajopt trajopt_ifopt trajopt_sco trajopt_sqp ruckig"
TARGET_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_WARNINGS_AS_ERRORS=OFF"
AFTER_SCRIPT: 'rm -r $BASEDIR/${PREFIX}upstream_ws/build $BASEDIR/${PREFIX}target_ws/build'
AFTER_SCRIPT: 'rm -r ${BASEDIR}/${PREFIX}upstream_ws/build ${BASEDIR}/${PREFIX}target_ws/build'
DOCKER_COMMIT: ${{ steps.meta.outputs.tags }}

- name: Push post-build Docker
Expand Down

0 comments on commit 9377b1d

Please sign in to comment.