Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps in ionic : ci_matching_branch/bump_ionic_gz-ionic #1

Merged
merged 6 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/ci/packages.apt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
gz-launch7-cli
gz-plugin2-cli
gz-plugin3-cli
gz-sim8-cli
gz-transport13-cli
libgz-cmake3-dev
libgz-common5-dev
libgz-cmake4-dev
libgz-common6-dev
libgz-fuel-tools9-dev
libgz-gui8-dev
libgz-launch7-dev
libgz-math7-dev
libgz-math7-eigen3-dev
libgz-math8-dev
libgz-math8-eigen3-dev
libgz-msgs10-dev
libgz-physics6-dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
libgz-physics6-dev
libgz-physics8-dev

libgz-plugin2-dev
libgz-plugin3-dev
libgz-rendering8-dev
libgz-sensors8-dev
libgz-sim8-dev
libgz-tools2-dev
libgz-tools3-dev
libgz-transport13-dev
libgz-utils2-cli-dev
libgz-utils2-dev
libgz-utils3-cli-dev
libgz-utils3-dev
libsdformat13-dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
libsdformat13-dev
libsdformat14-dev

python3-gz-math7
python3-gz-math8
python3-gz-sim8
python3-sdformat13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
python3-sdformat13
python3-sdformat14

10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(gz-ionic VERSION 1.0.0)
# Find gz-cmake
#============================================================================
# If you get an error at this line, you need to install gz-cmake
find_package(gz-cmake3 REQUIRED)
find_package(gz-cmake4 REQUIRED)

#============================================================================
# Configure the project
Expand All @@ -18,19 +18,19 @@ gz_configure_project(VERSION_SUFFIX)

# all list of ionic packages

gz_find_package(gz-common5 REQUIRED)
gz_find_package(gz-common6 REQUIRED)
gz_find_package(gz-fuel_tools9 REQUIRED)
gz_find_package(gz-sim8 REQUIRED)
gz_find_package(gz-gui8 REQUIRED)
gz_find_package(gz-launch7 REQUIRED)
gz_find_package(gz-math7 REQUIRED)
gz_find_package(gz-math8 REQUIRED)
gz_find_package(gz-msgs10 REQUIRED)
gz_find_package(gz-physics7 REQUIRED)
gz_find_package(gz-plugin2 REQUIRED)
gz_find_package(gz-plugin3 REQUIRED)
gz_find_package(gz-rendering8 REQUIRED)
gz_find_package(gz-sensors8 REQUIRED)
gz_find_package(gz-transport13 REQUIRED)
gz_find_package(gz-utils2 REQUIRED)
gz_find_package(gz-utils3 REQUIRED)
gz_find_package(sdformat14 REQUIRED)

if(build_warnings)
Expand Down
12 changes: 6 additions & 6 deletions gazebodistro/collection-ionic.yaml
azeey marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ repositories:
gz-cmake:
type: git
url: https://github.com/gazebosim/gz-cmake
version: gz-cmake3
version: main
gz-common:
type: git
url: https://github.com/gazebosim/gz-common
version: gz-common5
version: main
gz-fuel-tools:
type: git
url: https://github.com/gazebosim/gz-fuel-tools
Expand All @@ -27,7 +27,7 @@ repositories:
gz-math:
type: git
url: https://github.com/gazebosim/gz-math
version: gz-math7
version: main
gz-msgs:
type: git
url: https://github.com/gazebosim/gz-msgs
Expand All @@ -39,7 +39,7 @@ repositories:
gz-plugin:
type: git
url: https://github.com/gazebosim/gz-plugin
version: gz-plugin2
version: main
gz-rendering:
type: git
url: https://github.com/gazebosim/gz-rendering
Expand All @@ -51,15 +51,15 @@ repositories:
gz-tools:
type: git
url: https://github.com/gazebosim/gz-tools
version: gz-tools2
version: main
gz-transport:
type: git
url: https://github.com/gazebosim/gz-transport
version: gz-transport13
gz-utils:
type: git
url: https://github.com/gazebosim/gz-utils
version: gz-utils2
version: main
sdformat:
type: git
url: https://github.com/gazebosim/sdformat
Expand Down
Loading