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
The following commit(s) were added to refs/heads/develop by this push:
new 51fde22 Disable complete rsa stack, because of inter dependencies
51fde22 is described below
commit 51fde222916c0a71c438f3babf4327320d09fbb2
Author: Pepijn Noltes <[email protected]>
AuthorDate: Tue Sep 10 21:31:43 2019 +0200
Disable complete rsa stack, because of inter dependencies
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 24f8b50..97e439e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,12 +64,12 @@ before_script:
- cd -
- mkdir build install
- export BUILD_OPTIONS=" \
+ -DBUILD_REMOTE_SERVICE_ADMIN=OFF \
-DBUILD_RSA_REMOTE_SERVICE_ADMIN_DFI=OFF \
-DBUILD_DEPLOYMENT_ADMIN=ON \
-DBUILD_DEPENDENCY_MANAGER=ON \
-DBUILD_EXAMPLES=ON -DBUILD_LOG_SERVICE=ON \
-DBUILD_LOG_WRITER=ON \
- -DBUILD_REMOTE_SERVICE_ADMIN=ON \
-DBUILD_RSA_DISCOVERY_CONFIGURED=ON \
-DBUILD_RSA_DISCOVERY_ETCD=ON \
-DBUILD_RSA_EXAMPLES=ON \