Skip to content

Commit

Permalink
Try trusty to build fips
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Cardon committed Jan 12, 2017
1 parent e0b2875 commit a3c65df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: python
cache:
directories:
Expand Down
3 changes: 0 additions & 3 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ if [ -n "${OPENSSL}" ]; then
tar zxf openssl-$OPENSSL.tar.gz
cd openssl-$OPENSSL
./config shared no-asm no-ssl2 no-ssl3 -fPIC --prefix="$HOME/$OPENSSL_DIR"
# sed -i "s/^SHLIB_MAJOR=.*/SHLIB_MAJOR=100/" Makefile
# sed -i "s/^SHLIB_MINOR=.*/SHLIB_MINOR=0.0/" Makefile
# sed -i "s/^SHLIB_VERSION_NUMBER=.*/SHLIB_VERSION_NUMBER=100.0.0/" Makefile
make -j4 >/dev/null
make install >/dev/null
cd ..
Expand Down

0 comments on commit a3c65df

Please sign in to comment.