Skip to content

Commit

Permalink
Update deps for Dome: use msgs6 (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Jul 21, 2020
1 parent 5755860 commit d72d63e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
id: ci
uses: ignition-tooling/ubuntu-bionic-ci-action@master
with:
apt-dependencies: 'pkg-config libprotobuf-dev protobuf-compiler libprotoc-dev libzmq3-dev uuid-dev libsqlite3-dev libignition-cmake2-dev libignition-math6-dev libignition-msgs5-dev libignition-tools-dev'
apt-dependencies: 'pkg-config libprotobuf-dev protobuf-compiler libprotoc-dev libzmq3-dev uuid-dev libsqlite3-dev libignition-cmake2-dev libignition-math6-dev libignition-msgs6-dev libignition-tools-dev'
codecov-token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ endif()

#--------------------------------------
# Find ignition-msgs
ign_find_package(ignition-msgs5 REQUIRED)
set(IGN_MSGS_VER ${ignition-msgs5_VERSION_MAJOR})
ign_find_package(ignition-msgs6 REQUIRED)
set(IGN_MSGS_VER ${ignition-msgs6_VERSION_MAJOR})

#--------------------------------------
# Find ifaddrs
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Ignition Transport 9.X.X

1. Need ignition-msgs version 6
* [Github pull request 149](https://github.com/ignitionrobotics/ign-transport/pull/149/files)

### Ignition Transport 9.0.0

## Ignition Transport 8.X
Expand Down
2 changes: 1 addition & 1 deletion configure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:: Install dependencies
call %win_lib% :download_unzip_install libzmq-4.2.3_cppzmq-4.2.2_vc15-x64-dll-MD.zip
call %win_lib% :download_unzip_install sqlite-3.22.0-vc15-Win64-dll-MD.zip
call %win_lib% :install_ign_project ign-msgs ign-msgs5
call %win_lib% :install_ign_project ign-msgs master

:: Set configuration variables
@set build_type=Release
Expand Down
2 changes: 1 addition & 1 deletion docker/ign-transport/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN sudo /bin/sh -c 'echo "deb [trusted=yes] http://packages.osrfoundation.org/g
&& sudo apt-get install -y \
libignition-cmake2-dev \
libignition-math6-dev \
libignition-msgs5-dev \
libignition-msgs6-dev \
&& sudo apt-get clean

# Ignition transport
Expand Down

0 comments on commit d72d63e

Please sign in to comment.