Skip to content

Commit 39e3beb

Browse files
committed
Merge pull request #495 from libgit2/fix_travis_timeout
Prebuild OpenSSL in order to workaround Travis timouts
2 parents 56ab1b0 + 0246699 commit 39e3beb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/cibuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ main ()
6262
"$BOOTSTRAP" || exit $?
6363
fi
6464

65+
echo "*** Prebuilding OpenSSL"
66+
$SCRIPT_DIR/update_libssl_ios
67+
6568
echo "*** The following schemes will be built:"
6669
echo "$SCHEMES" | xargs -n 1 echo " "
6770
echo

0 commit comments

Comments
 (0)