Skip to content

Commit

Permalink
Use superbuild on travis to (hopefully) work around openssl cipher in…
Browse files Browse the repository at this point in the history
…compatibility
  • Loading branch information
ihnorton committed Sep 4, 2019
1 parent bf5a214 commit 85b4e13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ matrix:
env: TILEDB_HDFS="ON"

- os: linux
env: TILEDB_S3="ON"
env:
- TILEDB_S3="ON"
- TILEDB_SUPERBUILD="ON"

- os: osx

Expand Down Expand Up @@ -48,6 +50,9 @@ install:
fi;
if [[ "$TILEDB_TBB" == "OFF" ]]; then
bootstrap_args="${bootstrap_args} --disable-tbb";
fi;
if [[ "$TILEDB_SUPERBUILD" == "ON" ]]; then
bootstrap_args="${bootstrap_args} --force-build-all-deps";
fi

# Start HDFS server if enabled
Expand Down

0 comments on commit 85b4e13

Please sign in to comment.