-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move all git clones into vcs yaml file, commingle catkin packages and…
… cmake/python packages for now
- Loading branch information
Showing
5 changed files
with
66 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
|
||
jobs: | ||
ubuntu2404dockeron2204: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
# env: | ||
steps: | ||
- name: git clone [email protected]:lucasw/ros_from_src | ||
|
@@ -18,7 +18,7 @@ jobs: | |
- name: docker build from source 24.04 | ||
run: | | ||
cd ros_from_src | ||
docker build --build-arg IMAGE=ubuntu:24.04 --build-arg PYTHON_MINOR_VERSION=10 . -t ros2404 | ||
docker build --build-arg IMAGE=ubuntu:24.04 . -t ros2404 | ||
# TODO(lucasw) ubuntu_2404/Dockerfile doesn't work, was depending on the now-removed | ||
# apt debian science ros packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters