Skip to content

Commit

Permalink
We don't need the fpic version of libcrypto anyways, we're building a…
Browse files Browse the repository at this point in the history
… static lib. (#59)
  • Loading branch information
JonathanHenson authored May 21, 2019
1 parent c258ef6 commit 8d1d02b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions continuous-delivery/build-elasticurl-manylinux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ phases:
- make -j
- make install
- cd /tmp/s2n-build
- cmake -DCMAKE_PREFIX_PATH="/opt/openssl;/tmp/install" -DCMAKE_INSTALL_PREFIX=/tmp/install -DBUILD_TESTING=OFF $CODEBUILD_SRC_DIR_s2n/s2n
- cmake -DCMAKE_PREFIX_PATH=/tmp/install -DCMAKE_INSTALL_PREFIX=/tmp/install -DBUILD_TESTING=OFF $CODEBUILD_SRC_DIR_s2n/s2n
- make -j
- make install
- cd /tmp/aws-c-io-build
- cmake -DCMAKE_PREFIX_PATH="/opt/openssl;/tmp/install" -DCMAKE_INSTALL_PREFIX=/tmp/install -DBUILD_TESTING=OFF $CODEBUILD_SRC_DIR_aws_c_io/aws-c-io
- cmake -DCMAKE_PREFIX_PATH=/tmp/install -DCMAKE_INSTALL_PREFIX=/tmp/install -DBUILD_TESTING=OFF $CODEBUILD_SRC_DIR_aws_c_io/aws-c-io
- make -j
- make install
- cd /tmp/aws-c-http-build
- cmake -DCMAKE_PREFIX_PATH="/opt/openssl;/tmp/install" -DCMAKE_INSTALL_PREFIX=/tmp/install -DBUILD_TESTING=OFF $CODEBUILD_SRC_DIR/aws-c-http
- cmake -DCMAKE_PREFIX_PATH=/tmp/install -DCMAKE_INSTALL_PREFIX=/tmp/install -DBUILD_TESTING=OFF $CODEBUILD_SRC_DIR/aws-c-http
- make -j
- make install
- /tmp/install/bin/elasticurl --version
Expand Down

0 comments on commit 8d1d02b

Please sign in to comment.