This is an automated email from the ASF dual-hosted git repository.
phrocker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 4a111b2 MINIFICPP-874: Remove AWS from travis
4a111b2 is described below
commit 4a111b2210afbe93b42b4724e888ccd8baf7a260
Author: Marc Parisi <[email protected]>
AuthorDate: Tue May 21 18:42:47 2019 -0400
MINIFICPP-874: Remove AWS from travis
This closes #565.
Approved on GH by jdyer64.
Signed-off-by: Marc Parisi <[email protected]>
---
bootstrap.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bootstrap.sh b/bootstrap.sh
index 4823df9..fe61f9e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -264,7 +264,8 @@ add_dependency USB_ENABLED "libpng"
add_disabled_option GPS_ENABLED ${FALSE} "ENABLE_GPS"
add_dependency GPS_ENABLED "gpsd"
-add_disabled_option AWS_ENABLED ${TRUE} "ENABLE_AWS"
+MINIFICPP-874
+#add_disabled_option AWS_ENABLED ${TRUE} "ENABLE_AWS"
add_disabled_option KAFKA_ENABLED ${FALSE} "ENABLE_LIBRDKAFKA" "3.4.0"