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

Update to use iceoryx 2.0 #225

Merged
merged 2 commits into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .azure/templates/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ steps:
set -e -x
sudo apt-get install libacl1-dev libncurses5-dev pkg-config
git clone --depth 1 \
--branch "${ICEORYX_BRANCH:-v1.0.1}" \
--branch "${ICEORYX_BRANCH:-release_2.0}" \
"${ICEORYX_REPOSITORY:-https://github.com/eclipse-iceoryx/iceoryx.git}" \
iceoryx
mkdir iceoryx/build
Expand Down
2 changes: 1 addition & 1 deletion src/ddscxx/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ configure_file(
if(ENABLE_SHM)
# Packages required packages for SHM tests
find_package(iceoryx_posh REQUIRED)
find_package(iceoryx_posh_roudi_environment REQUIRED)
find_package(iceoryx_posh_testing REQUIRED)
endif()

set(sources
Expand Down
2 changes: 1 addition & 1 deletion src/ddscxx/tests/SharedMemory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "Serialization.hpp"
#include "iceoryx_posh/popo/subscriber.hpp"
#include "iceoryx_posh/popo/sample.hpp"
#include "iceoryx_utils/cxx/optional.hpp"
#include "iceoryx_hoofs/cxx/optional.hpp"

#include <random>

Expand Down