Skip to content

Commit fa81dbd

Browse files
committed
Base CI on Tesseract image
1 parent eeae931 commit fa81dbd

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
distro: [jammy, noble]
2121
container:
22-
image: ubuntu:${{ matrix.distro }}
22+
image: ghcr.io/tesseract-robotics/tesseract:${{ matrix.distro }}-master
2323
env:
2424
CCACHE_DIR: "$GITHUB_WORKSPACE/${{ matrix.distro }}/.ccache"
2525
DEBIAN_FRONTEND: noninteractive

dependencies.repos

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
- git:
2-
local-name: ros_industrial_cmake_boilerplate
3-
uri: https://github.com/ros-industrial/ros_industrial_cmake_boilerplate.git
4-
version: 0.7.4
5-
- git:
6-
local-name: boost_plugin_loader
7-
uri: https://github.com/tesseract-robotics/boost_plugin_loader.git
8-
version: 0.4.3
9-
- git:
10-
local-name: opw_kinematics
11-
uri: https://github.com/Jmeyer1292/opw_kinematics.git
12-
version: 0.5.2
13-
- git:
14-
local-name: octomap
15-
uri: https://github.com/OctoMap/octomap.git
16-
version: v1.9.8
17-
- git:
18-
local-name: cereal
19-
uri: https://github.com/Levi-Armstrong/cereal.git
20-
version: catkin
211
- git:
222
local-name: coal
233
uri: https://github.com/coal-library/coal.git

0 commit comments

Comments
 (0)