This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/celix.git
commit 536531461de11608aff309aaff7d193dc0566a81 Author: Pepijn Noltes <[email protected]> AuthorDate: Tue Sep 10 21:16:38 2019 +0200 Disabled rsa for now. Creating a issue to solve this later --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cfbb67e..24f8b50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ before_script: - cd - - mkdir build install - export BUILD_OPTIONS=" \ - -DBUILD_RSA_REMOTE_SERVICE_ADMIN_DFI=ON \ + -DBUILD_RSA_REMOTE_SERVICE_ADMIN_DFI=OFF \ -DBUILD_DEPLOYMENT_ADMIN=ON \ -DBUILD_DEPENDENCY_MANAGER=ON \ -DBUILD_EXAMPLES=ON -DBUILD_LOG_SERVICE=ON \ @@ -79,7 +79,7 @@ before_script: -DBUILD_DEVICE_ACCESS_EXAMPLE=ON \ -DBUILD_HTTP_ADMIN=ON " - export BUILD_OPTIONS_LINUX=" \ - -DBUILD_RSA_REMOTE_SERVICE_ADMIN_SHM=ON \ + -DBUILD_RSA_REMOTE_SERVICE_ADMIN_SHM=OFF \ -DBUILD_PUBSUB=ON \ -DBUILD_PUBSUB_PSA_ZMQ=ON \ -DBUILD_PUBSUB_TESTS=ON \
