changeset 1291:4a4e5d823cf6

Avoid osx "install" race
author Matt Johnston <matt@ucc.asn.au>
date Tue, 12 Apr 2016 21:22:21 +0800
parents ee2ffa044c7e
children 432b0a030fd6
files .travis.yml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Tue Apr 12 21:05:40 2016 +0800
+++ b/.travis.yml	Tue Apr 12 21:22:21 2016 +0800
@@ -41,7 +41,9 @@
 script:
   - autoconf && autoheader && ./configure "$BUNDLEDLIBTOM" CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS" --prefix="$HOME/inst"
   - if [ "$NOWRITEV" = "1" ]; then sed -i -e s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h ; fi
-  - make -j3 install
+  - make -j3 
+  # avoid concurrent install, osx/freebsd is racey (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208093)
+  - make install 
 
 after_success:
   - ~/inst/bin/dropbearkey -t rsa -f testrsa