Skip to content

Commit

Permalink
configured ci to build with humble (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-chrosniak authored Nov 18, 2024
1 parent 2d42206 commit e740d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
# Pull docker image from docker hub
# XTERM used for better catkin_make output
docker:
- image: usdotfhwastoldev/carma-base:develop
- image: usdotfhwastoldev/carma-base:develop-humble
user: carma
environment:
TERM: xterm
INIT_ENV: /home/carma/.base-image/init-env.sh
COVERAGE_FLAGS: -g --coverage -fprofile-arcs -ftest-coverage -Wall
resource_class: xlarge
resource_class: large
# Set working directory
working_directory: "/opt/carma/"
# Pull code and execute tests
Expand All @@ -48,7 +48,7 @@ jobs:
name: Pull Deps
command: |
source ${INIT_ENV}
./autoware.ai/docker/checkout.bash -r ${PWD}
./autoware.ai/docker/checkout.bash -r ${PWD} -b develop-humble
- run:
name: Build autoware.ai
command: |
Expand Down

0 comments on commit e740d50

Please sign in to comment.